Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						7172358
	
1
								Parent(s):
							
							4a4c05f
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -416,5 +416,7 @@ with gr.Blocks(css=css) as demo: | |
| 416 | 
             
                        gr.load("models/google/vit-base-patch16-224", title="ViT Classification")
         | 
| 417 | 
             
                    #with gr.Tab("Segmentation"):
         | 
| 418 | 
             
                    #    gr.load("models/mattmdjaga/segformer_b2_clothes", title="SegFormer Segmentation")
         | 
|  | |
|  | |
| 419 |  | 
| 420 | 
             
            demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
         | 
|  | |
| 416 | 
             
                        gr.load("models/google/vit-base-patch16-224", title="ViT Classification")
         | 
| 417 | 
             
                    #with gr.Tab("Segmentation"):
         | 
| 418 | 
             
                    #    gr.load("models/mattmdjaga/segformer_b2_clothes", title="SegFormer Segmentation")
         | 
| 419 | 
            +
                    with gr.Tab("Visual Question Answering"):
         | 
| 420 | 
            +
                        gr.load("models/dandelin/vilt-b32-finetuned-vqa", title="ViLT VQA")
         | 
| 421 |  | 
| 422 | 
             
            demo.queue(max_size=80, api_open=False).launch(max_threads=256, show_api=False)
         | 
