JYL480 commited on
Commit
dad1daf
·
1 Parent(s): 23d2a93

remove debug thing

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,5 +38,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
38
  example_labels=example_names)
39
 
40
  # Launch the demo!
41
- demo.launch(debug=False, # print errors locally?
42
- share=True) # generate a publically shareable URL?
 
38
  example_labels=example_names)
39
 
40
  # Launch the demo!
41
+ demo.launch() # generate a publically shareable URL?