Spaces:
Sleeping
Sleeping
João Pedro
commited on
Commit
·
74d6a50
1
Parent(s):
90ca81e
tell streamlit to not hash the image
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ if 'wandb_run' not in st.session_state:
|
|
56 |
|
57 |
|
58 |
@st.cache_data
|
59 |
-
def classify_image(
|
60 |
print(f'Encoding image with index {i}')
|
61 |
encoding = processor(
|
62 |
image,
|
|
|
56 |
|
57 |
|
58 |
@st.cache_data
|
59 |
+
def classify_image(_image):
|
60 |
print(f'Encoding image with index {i}')
|
61 |
encoding = processor(
|
62 |
image,
|