Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks(css=css) as app:
|
|
97 |
Get tag based on images using the Florence-2-base-PromptGen-v1.5 model.
|
98 |
""")
|
99 |
|
100 |
-
run_button = gr.Button("Submit", scale=0)
|
101 |
result = gr.Textbox(label="Generated Text", show_label=False)
|
102 |
|
103 |
gr.on(
|
|
|
97 |
Get tag based on images using the Florence-2-base-PromptGen-v1.5 model.
|
98 |
""")
|
99 |
|
100 |
+
run_button = gr.Button("Submit", scale=0, elem_id="run-button")
|
101 |
result = gr.Textbox(label="Generated Text", show_label=False)
|
102 |
|
103 |
gr.on(
|