Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neha-ai-playground
/
Image-to-Story
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neha-ai-playground
commited on
Oct 13, 2023
Commit
5616dbf
·
1 Parent(s):
de1b207
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ def img2Text(url):
15
st.subheader(text)
16
print(text)
17
return text
18
-
img2Text(photo.jpg)
15
st.subheader(text)
16
print(text)
17
return text
18
+
img2Text(
"
photo.jpg
"
)