Narsil HF staff commited on
Commit
4c415fe
1 Parent(s): 3bd7542

Not share.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ with gr.Blocks() as scatter_plot:
75
  weights.change(fn=scatter_plot_fn, inputs=weights, outputs=plot)
76
 
77
  if __name__ == "__main__":
78
- scatter_plot.launch(share=True)
 
75
  weights.change(fn=scatter_plot_fn, inputs=weights, outputs=plot)
76
 
77
  if __name__ == "__main__":
78
+ scatter_plot.launch()