fl399 commited on
Commit
2feb42e
1 Parent(s): 9daacd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ examples = [["chart_example.png", "Which country has the second highest death ra
34
  ["chart_example_4.png", "How much revenue did Furious 7 make?"]]
35
 
36
  title = "Interactive demo: Chart QA with MatCha"
37
- 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."
38
 
39
  interface = gr.Interface(fn=chart_qa,
40
  inputs=[image, question],
 
34
  ["chart_example_4.png", "How much revenue did Furious 7 make?"]]
35
 
36
  title = "Interactive demo: Chart QA with MatCha"
37
+ 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. \n Quick links: [[paper]](https://arxiv.org/abs/2212.09662) [[google-ai blog]](https://ai.googleblog.com/2023/05/foundation-models-for-reasoning-on.html) [[code]](https://github.com/google-research/google-research/tree/master/deplot)"
38
 
39
  interface = gr.Interface(fn=chart_qa,
40
  inputs=[image, question],