franz96521 commited on
Commit
d690839
·
1 Parent(s): a44f406

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ def greet(text):
37
 
38
 
39
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
40
- iface.launch(share=True)
 
37
 
38
 
39
  iface = gr.Interface(fn=greet, inputs="text", outputs="text")
40
+ iface.launch()