alvi123 commited on
Commit
883f3cb
1 Parent(s): 543686b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ with gr.Blocks() as app:
99
  plot_record.click(plot_fig, inputs=record_input, outputs=plot_record_c)
100
  plot_upload.click(plot_fig, inputs=upload_input, outputs=plot_upload_c)
101
 
102
- app.launch(share=True)
 
99
  plot_record.click(plot_fig, inputs=record_input, outputs=plot_record_c)
100
  plot_upload.click(plot_fig, inputs=upload_input, outputs=plot_upload_c)
101
 
102
+ app.launch()