xavierbarbier commited on
Commit
890b196
1 Parent(s): 57179e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ def greet(input_text):
23
 
24
  iface = gr.Interface(fn=greet, inputs=["text"],
25
  outputs="text")
26
- iface.launch(share=True)
 
23
 
24
  iface = gr.Interface(fn=greet, inputs=["text"],
25
  outputs="text")
26
+ iface.launch()