Rick-29 commited on
Commit
c5e8b8c
1 Parent(s): 8b97b46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,5 +60,5 @@ demo = gr.Interface(fn=predict,
60
  article=article)
61
 
62
  # Launch the demo
63
- demo.launch(debug=False, # Print errors locally?
64
- share=False) # generate a publically available URL // Not needed in huggingface
 
60
  article=article)
61
 
62
  # Launch the demo
63
+ demo.launch(debug=False,) # Print errors locally?
64
+ # share=False) # generate a publically available URL // Not needed in huggingface