Nerva1228 commited on
Commit
f080981
·
verified ·
1 Parent(s): 22f98cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(