Spaces:
Runtime error
Runtime error
Commit
·
304d74e
1
Parent(s):
29b2885
commit
Browse files
app.py
CHANGED
@@ -21,5 +21,5 @@ def generate_caption(image):
|
|
21 |
inputs = gr.inputs.Image(label="Upload an image")
|
22 |
outputs = gr.outputs.Textbox(label="Generated Caption")
|
23 |
|
24 |
-
# Create the Gradio app
|
25 |
gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs).launch()
|
|
|
21 |
inputs = gr.inputs.Image(label="Upload an image")
|
22 |
outputs = gr.outputs.Textbox(label="Generated Caption")
|
23 |
|
24 |
+
# Create the Gradio app
|
25 |
gr.Interface(fn=generate_caption, inputs=inputs, outputs=outputs).launch()
|