DanielFD commited on
Commit
af25ad9
·
1 Parent(s): 569320d

remove share=True - not valid for spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
  live=True
38
  )
39
 
40
- demo.launch(share=True, debug=True)
 
37
  live=True
38
  )
39
 
40
+ demo.launch(debug=True)