Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 102 |
inputs = [input_img, question],
|
| 103 |
outputs = [output],
|
| 104 |
fn=infer_doc,
|
| 105 |
-
label='Click on any Examples below to get
|
| 106 |
)
|
| 107 |
with gr.Tab(label="Diagram Understanding"):
|
| 108 |
with gr.Row():
|
|
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 117 |
inputs = [input_img, question],
|
| 118 |
outputs = [output],
|
| 119 |
fn=infer_doc,
|
| 120 |
-
label='Click on any Examples below to get
|
| 121 |
)
|
| 122 |
|
| 123 |
demo.launch(debug=True)
|
|
|
|
| 102 |
inputs = [input_img, question],
|
| 103 |
outputs = [output],
|
| 104 |
fn=infer_doc,
|
| 105 |
+
label='Click on any Examples below to get image reading comprehension results quickly π'
|
| 106 |
)
|
| 107 |
with gr.Tab(label="Diagram Understanding"):
|
| 108 |
with gr.Row():
|
|
|
|
| 117 |
inputs = [input_img, question],
|
| 118 |
outputs = [output],
|
| 119 |
fn=infer_doc,
|
| 120 |
+
label='Click on any Examples below to get diagram understanding results quickly π'
|
| 121 |
)
|
| 122 |
|
| 123 |
demo.launch(debug=True)
|