Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
probing-vits
/
class-attention-map
like
1
Runtime error
App
Files
Files
Community
sayakpaul
HF staff
commited on
May 4, 2022
Commit
c25735a
•
1 Parent(s):
02552ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -70,4 +70,4 @@ iface = gr.Interface(
70
allow_flagging="never",
71
examples=[["./butterfly.jpg"]],
72
)
73
-
iface.launch()
70
allow_flagging="never",
71
examples=[["./butterfly.jpg"]],
72
)
73
+
iface.launch(
debug=True
)