pwilczewski commited on
Commit
f648315
·
1 Parent(s): a35f64b

shared=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,4 +109,4 @@ def greet(name):
109
  return resp
110
 
111
  demo = gr.Interface(fn=gen_plot, inputs="text", outputs="text")
112
- demo.launch()
 
109
  return resp
110
 
111
  demo = gr.Interface(fn=gen_plot, inputs="text", outputs="text")
112
+ demo.launch(share=True)