Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satyaaa-m
/
image_captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
satyaaa-m
commited on
8 days ago
Commit
4698781
·
verified
·
1 Parent(s):
807b2d7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,5 +20,5 @@ demo = gr.Interface(
20
outputs = "text"
21
)
22
23
-
iface
.launch(share=True,
24
server_port=int(os.environ['PORT1']))
20
outputs = "text"
21
)
22
23
+
demo
.launch(share=True,
24
server_port=int(os.environ['PORT1']))