Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
probing-vits
/
attention-heat-maps
like
18
Sleeping
App
Files
Files
Community
4
ariG23498
HF staff
commited on
Apr 11, 2022
Commit
1046772
•
1 Parent(s):
51718fb
fix: import error fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from .
import utils
2
import streamlit as st
3
import tensorflow as tf
4
1
+
import utils
2
import streamlit as st
3
import tensorflow as tf
4