fl399 commited on
Commit
6a5d1f6
1 Parent(s): 6d08476

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ examples = [["chart_example.png", "Which country has the second highest death ra
33
  #["chart_example_3.png"], ["chart_example_4.png"]]
34
 
35
  title = "Interactive demo: chart QA"
36
- description = "Gradio Demo for matcha model, fine-tuned on the ChartQA dataset. To use it, simply upload your image and click 'submit', or click one of the examples to load them."
37
 
38
  interface = gr.Interface(fn=chart_qa,
39
  inputs=[image, question],
 
33
  #["chart_example_3.png"], ["chart_example_4.png"]]
34
 
35
  title = "Interactive demo: chart QA"
36
+ description = "Gradio Demo for the [matcha](https://arxiv.org/abs/2212.09662) model, fine-tuned on the [ChartQA](https://paperswithcode.com/dataset/chartqa) dataset. To use it, simply upload your image and click 'submit', or click one of the examples to load them."
37
 
38
  interface = gr.Interface(fn=chart_qa,
39
  inputs=[image, question],