Kelmoir commited on
Commit
6bd4b28
·
1 Parent(s): dbe7aa3

corrected app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,5 +65,4 @@ demo = gr.Interface(fn=predict,
65
  examples=example_list)
66
 
67
  # Launch the demo
68
- demo.launch(debug=False, # print errors locally?
69
- share=True) # generate a publically shatrable URL
 
65
  examples=example_list)
66
 
67
  # Launch the demo
68
+ demo.launch(debug=False) # No debug on Huggingface