IanRonk commited on
Commit
d48eb67
1 Parent(s): 232d651

Added shared function

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