Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
probing-vits
/
attention-rollout
like
6
Runtime error
App
Files
Files
Community
1
sayakpaul
HF staff
commited on
Apr 12, 2022
Commit
30453ee
•
1 Parent(s):
bceef9f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ iface = gr.Interface(
27
article=article,
28
allow_flagging="never",
29
)
30
-
iface.launch(
share=True
)
27
article=article,
28
allow_flagging="never",
29
)
30
+
iface.launch()