Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sklearn-docs
/
Gaussian-Mixture-Model-Ellipsoids
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
caliex
commited on
May 31, 2023
Commit
d4f9c54
·
1 Parent(s):
297aa6f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -72,6 +72,7 @@ iface = gr.Interface(
72
["3", "7"],
73
["2", "4"],
74
],
75
)
76
77
iface.launch()
72
["3", "7"],
73
["2", "4"],
74
],
75
+
live=True,
76
)
77
78
iface.launch()