alvi123 commited on
Commit
d54fbee
·
1 Parent(s): 0040a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)