charlesfrye commited on
Commit
1b5101a
1 Parent(s): 7be50ca

removes share for compatibility with spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ def greet(name):
20
 
21
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
22
 
23
- iface.launch(share=True)
 
20
 
21
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
22
 
23
+ iface.launch()