DavSem94 commited on
Commit
652e30b
1 Parent(s): 7cd26db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -68,7 +68,6 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
68
  article=article)
69
 
70
  # Launch the demo!
71
- demo.launch(debug=False, # print errors locally?
72
- share=True) # generate a publically shareable URL?
73
 
74
 
 
68
  article=article)
69
 
70
  # Launch the demo!
71
+ demo.launch(debug=False) # print errors locally) # generate a publically shareable URL?
 
72
 
73