Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ gr = gradio.Interface(
|
|
99 |
[gradio.Image(type="pil"), gradio.Text()],
|
100 |
gradio.Image(type="pil")
|
101 |
)
|
102 |
-
gr.launch(
|
|
|
99 |
[gradio.Image(type="pil"), gradio.Text()],
|
100 |
gradio.Image(type="pil")
|
101 |
)
|
102 |
+
gr.launch(share=True)
|