Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -99,4 +99,4 @@ iface = gr.Interface(
|
|
99 |
examples=[[os.path.join("examples", filename)] for filename in os.listdir("examples")],
|
100 |
outputs=[gr.Textbox(label="Text output"), gr.Plot(), gr.Plot()]
|
101 |
)
|
102 |
-
iface.launch(
|
|
|
99 |
examples=[[os.path.join("examples", filename)] for filename in os.listdir("examples")],
|
100 |
outputs=[gr.Textbox(label="Text output"), gr.Plot(), gr.Plot()]
|
101 |
)
|
102 |
+
iface.launch(share=True)
|