Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=css) as demo:
|
|
84 |
[["assets/infographics_example (1).jpeg", "What is this infographic about?"]],
|
85 |
inputs = [input_img, question],
|
86 |
outputs = [output],
|
87 |
-
fn=
|
88 |
label='Click on any Examples below to get Infographics QA results quickly π'
|
89 |
)
|
90 |
|
|
|
84 |
[["assets/infographics_example (1).jpeg", "What is this infographic about?"]],
|
85 |
inputs = [input_img, question],
|
86 |
outputs = [output],
|
87 |
+
fn=infer_infographics,
|
88 |
label='Click on any Examples below to get Infographics QA results quickly π'
|
89 |
)
|
90 |
|