Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
slyviee
/
Img_captioning
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
slyviee
commited on
Aug 29, 2025
Commit
8573e6a
·
verified
·
1 Parent(s):
0cea5d4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -200,4 +200,5 @@ demo = gr.Interface(
200
allow_flagging="never",
201
)
202
203
-
if __name__ == "__main__":
200
allow_flagging="never",
201
)
202
203
+
if __name__ == "__main__":
204
+
demo.launch()