Chetan Khadke commited on
Commit
dc1a9ca
·
1 Parent(s): b29fb4b

Add application files

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