ezekieel commited on
Commit
f34bc87
·
verified ·
1 Parent(s): c8409d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ with gr.Blocks() as demo:
191
  )
192
 
193
  submit_button.click(
194
- run_GOT,
195
  inputs=[image_input, task_dropdown, fine_grained_dropdown, color_dropdown, box_input],
196
  outputs=[ocr_result, html_result]
197
  )
 
191
  )
192
 
193
  submit_button.click(
194
+ run_GOT,
195
  inputs=[image_input, task_dropdown, fine_grained_dropdown, color_dropdown, box_input],
196
  outputs=[ocr_result, html_result]
197
  )