Mtc2 commited on
Commit
20c2b57
1 Parent(s): 049b0e7

fix app.py to remove share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -67,5 +67,4 @@ demo = gr.Interface(fn=predict, # maps inputs to output
67
  article=article)
68
 
69
  # Launch the demo!
70
- demo.launch(debug=False, # print erros locally?
71
- share=True) # generate a publically shareable URL
 
67
  article=article)
68
 
69
  # Launch the demo!
70
+ demo.launch(debug=False) # Don't need share=True in HuggingFace