muellerzr HF staff commited on
Commit
adb444e
·
1 Parent(s): 5a98202

Let's test this thing

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -37,9 +37,8 @@ The minimum recommended vRAM needed for this model to perform inference via [Acc
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):
45
  "Converts a model URL to its name on the Hub"
 
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
  def convert_url_to_name(url:str):
44
  "Converts a model URL to its name on the Hub"