Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
)
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
129 |
-
image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=
|
130 |
submit_btn = gr.Button('Tell me a story')
|
131 |
with gr.Column():
|
132 |
#caption = gr.Textbox(label="Generated Caption")
|
|
|
126 |
)
|
127 |
with gr.Row():
|
128 |
with gr.Column():
|
129 |
+
image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in", height=440)
|
130 |
submit_btn = gr.Button('Tell me a story')
|
131 |
with gr.Column():
|
132 |
#caption = gr.Textbox(label="Generated Caption")
|