Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,4 +100,4 @@ with gr.Blocks() as app:
|
|
100 |
plot_record.click(plot_fig, inputs=record_input, outputs=plot_record_c)
|
101 |
plot_upload.click(plot_fig, inputs=upload_input, outputs=plot_upload_c)
|
102 |
|
103 |
-
app.launch()
|
|
|
100 |
plot_record.click(plot_fig, inputs=record_input, outputs=plot_record_c)
|
101 |
plot_upload.click(plot_fig, inputs=upload_input, outputs=plot_upload_c)
|
102 |
|
103 |
+
app.launch(share=True)
|