Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,5 +50,5 @@ demo = gr.Interface(
|
|
| 50 |
description="Enter a 2D array of points and choose the number of clusters to see the scatter plot."
|
| 51 |
)
|
| 52 |
|
| 53 |
-
if
|
| 54 |
demo.launch()
|
|
|
|
| 50 |
description="Enter a 2D array of points and choose the number of clusters to see the scatter plot."
|
| 51 |
)
|
| 52 |
|
| 53 |
+
if __name__ == "__main__":
|
| 54 |
demo.launch()
|