fbrynpk commited on
Commit
fb03bc7
·
1 Parent(s): b418fb1

Fix app.py error (share=True) is not allowed in spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -82,6 +82,4 @@ demo = gr.Interface(
82
  description=description,
83
  examples=example_list,
84
  )
85
- demo.launch(
86
- debug=False, share=True # print errors locally
87
- ) # generate a publically shareable URL
 
82
  description=description,
83
  examples=example_list,
84
  )
85
+ demo.launch(debug=False) # print errors locally