Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Comment out parts
Browse files
app.py
CHANGED
@@ -36,8 +36,9 @@ The minimum recommended vRAM needed for this model to perform inference via [Acc
|
|
36 |
"""
|
37 |
global hf_api
|
38 |
post += results.to_markdown(index=False)
|
39 |
-
|
40 |
-
|
|
|
41 |
|
42 |
|
43 |
def convert_url_to_name(url:str):
|
|
|
36 |
"""
|
37 |
global hf_api
|
38 |
post += results.to_markdown(index=False)
|
39 |
+
# Uncomment when ready to go live
|
40 |
+
#discussion = hf_api.create_discussion(MODEL_NAME, "[AUTOMATED] Model Memory Requirements", description=post)
|
41 |
+
#webbrowser.open_new_tab(discussion.url)
|
42 |
|
43 |
|
44 |
def convert_url_to_name(url:str):
|