Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xMcLovinx
/
image-captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
xMcLovinx
commited on
Mar 25, 2024
Commit
2e69fd0
·
verified
·
1 Parent(s):
a61146d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -16,7 +16,6 @@ def execute(image):
16
iface = gr.Interface(
17
execute,
18
inputs=[
19
-
gr.Image(type="pil"),
20
"image",
21
],
22
outputs="textbox"
16
iface = gr.Interface(
17
execute,
18
inputs=[
19
"image",
20
],
21
outputs="textbox"