Spaces:
Sleeping
Sleeping
pwilczewski
commited on
Commit
·
f648315
1
Parent(s):
a35f64b
shared=true
Browse files
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)
|