aksharasoman commited on
Commit
5d1de09
·
verified ·
1 Parent(s): 4de6624

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,5 +10,5 @@ def launch(msg):
10
  iface = gr.Interface(launch,
11
  inputs= gr.Textbox(),outputs="text")
12
 
13
- iface.launch(share=True)
14
 
 
10
  iface = gr.Interface(launch,
11
  inputs= gr.Textbox(),outputs="text")
12
 
13
+ iface.launch()
14