Spaces:
Configuration error
Configuration error
Update app.py
#1
by
ezekieel
- opened
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 |
)
|