muellerzr HF staff commited on
Commit
40e2c53
1 Parent(s): 804bde1

Re-disable

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,8 +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
  def convert_url_to_name(url:str):
44
  "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"