Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CVPR
/
visual-clustering
like
2
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tareknaous
commited on
Mar 20, 2022
Commit
2e7c2d1
·
1 Parent(s):
d2ae5cd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -199,4 +199,4 @@ iface = gr.Interface(
199
gr.outputs.Image(type='plot', label='Clustering Result')
200
]
201
)
202
-
iface.launch()
199
gr.outputs.Image(type='plot', label='Clustering Result')
200
]
201
)
202
+
iface.launch(
debug=True
)