Spaces:
Running
on
Zero
Running
on
Zero
John Ho
commited on
Commit
·
5523878
1
Parent(s):
828771a
changed output to JSON
Browse files
app.py
CHANGED
|
@@ -418,7 +418,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 418 |
submit_btn.click(
|
| 419 |
process_image,
|
| 420 |
[input_img, task_prompt, text_input, model_selector],
|
| 421 |
-
[
|
| 422 |
)
|
| 423 |
|
| 424 |
demo.launch(debug=True)
|
|
|
|
| 418 |
submit_btn.click(
|
| 419 |
process_image,
|
| 420 |
[input_img, task_prompt, text_input, model_selector],
|
| 421 |
+
[output_json, output_img],
|
| 422 |
)
|
| 423 |
|
| 424 |
demo.launch(debug=True)
|