Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WwYc
/
explain-ViT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WwYc
commited on
Mar 4, 2024
Commit
cb60283
·
verified
·
1 Parent(s):
861f757
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -49,4 +49,4 @@ iface = gr.Interface(fn=generate_viz, inputs=[
49
],
50
)
51
52
-
iface.launch()
49
],
50
)
51
52
+
iface.launch(
debug=True
)