Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -33,7 +33,7 @@ examples = [["chart_example.png", "Which country has the second highest death ra 
     | 
|
| 33 | 
         
             
                        ["chart_example_3.png", "Which country has the lowest CPA received across all times?"],
         
     | 
| 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, 
         
     | 
| 
         | 
|
| 33 | 
         
             
                        ["chart_example_3.png", "Which country has the lowest CPA received across all times?"],
         
     | 
| 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, 
         
     |