swaptr commited on
Commit
8ba7a65
1 Parent(s): fa968b8

share not available of spaces, so remove it

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