Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
OmidSakaki
/
Persian_Plates_Digits
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
OmidSakaki
commited on
Oct 30, 2024
Commit
8286ada
·
verified
·
1 Parent(s):
8153a6b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -108,4 +108,4 @@ if img is not None:
108
st.image(image, use_column_width=True)
109
110
111
-
st.write(FINAL(img))
108
st.image(image, use_column_width=True)
109
110
111
+
st.write(FINAL(
Image.open(
img))
)