aldrinjenson commited on
Commit
f4242af
·
1 Parent(s): a1441e3

Make share=true

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