Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css=css) as demo:
|
|
120 |
with gr.Column(elem_id="container"):
|
121 |
input_image = gr.Image(type="pil", elem_id="input_image")
|
122 |
run_button = gr.Button(value="Generate Caption", elem_id="run_button")
|
123 |
-
output_caption = gr.Textbox(label="Womener AI", show_copy_button=True, elem_id="output_caption" lines=6)
|
124 |
|
125 |
run_button.click(
|
126 |
fn=generate_caption,
|
|
|
120 |
with gr.Column(elem_id="container"):
|
121 |
input_image = gr.Image(type="pil", elem_id="input_image")
|
122 |
run_button = gr.Button(value="Generate Caption", elem_id="run_button")
|
123 |
+
output_caption = gr.Textbox(label="Womener AI", show_copy_button=True, elem_id="output_caption", lines=6)
|
124 |
|
125 |
run_button.click(
|
126 |
fn=generate_caption,
|