Priyanshuchaudhary2425 commited on
Commit
6d9987f
·
1 Parent(s): 3a4a022

update share=True

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -69,5 +69,4 @@ demo = gr.Interface(fn=predict, # Maps inputs to outputs
69
  description=description,
70
  article=article)
71
 
72
- demo.launch(debug=False, # print errors locally?
73
- share=True) # generate a publically shareable URL
 
69
  description=description,
70
  article=article)
71
 
72
+ demo.launch(debug=False) # Don't need share=True in Hugging face Spaces