Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
297 |
return prompt
|
298 |
|
299 |
io = gr.Interface(generate_caption,
|
300 |
-
inputs=[gr.Image(label="Input Image"
|
301 |
outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
|
302 |
# gr.Image(label="Output Image")
|
303 |
]
|
|
|
297 |
return prompt
|
298 |
|
299 |
io = gr.Interface(generate_caption,
|
300 |
+
inputs=[gr.Image(label="Input Image",height=320)],
|
301 |
outputs = [gr.Textbox(label="Output Prompt", lines=2, show_copy_button = True),
|
302 |
# gr.Image(label="Output Image")
|
303 |
]
|