rajatsingh0702 commited on
Commit
fdd262f
1 Parent(s): a253c9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,5 +62,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
62
  description=description)
63
  # article=article)
64
 
65
- demo.launch(debug=False, # print errors locally?
66
- share=True) # generate a publicly shareable URL?
 
62
  description=description)
63
  # article=article)
64
 
65
+ demo.launch(debug=False) # print errors locally?