Spaces:
Sleeping
Sleeping
Not share.
Browse files
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(
|
|
|
|
| 75 |
weights.change(fn=scatter_plot_fn, inputs=weights, outputs=plot)
|
| 76 |
|
| 77 |
if __name__ == "__main__":
|
| 78 |
+
scatter_plot.launch()
|