Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 118 |
)
|
| 119 |
with gr.Row():
|
| 120 |
with gr.Column():
|
| 121 |
-
image_in = gr.Image(label="Image input", type="filepath", elem_id="
|
| 122 |
submit_btn = gr.Button('Tell me a story')
|
| 123 |
with gr.Column():
|
| 124 |
#caption = gr.Textbox(label="Generated Caption")
|
|
|
|
| 118 |
)
|
| 119 |
with gr.Row():
|
| 120 |
with gr.Column():
|
| 121 |
+
image_in = gr.Image(label="Image input", type="filepath", elem_id="image-in")
|
| 122 |
submit_btn = gr.Button('Tell me a story')
|
| 123 |
with gr.Column():
|
| 124 |
#caption = gr.Textbox(label="Generated Caption")
|