Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -3,7 +3,7 @@ from transformers import pipeline | |
| 3 |  | 
| 4 | 
             
            pipe = pipeline(
         | 
| 5 | 
             
                "image-classification",
         | 
| 6 | 
            -
                model="ariG23498/vit_base_patch16_224. | 
| 7 | 
             
            )
         | 
| 8 |  | 
| 9 | 
             
            def classify(image):
         | 
|  | |
| 3 |  | 
| 4 | 
             
            pipe = pipeline(
         | 
| 5 | 
             
                "image-classification",
         | 
| 6 | 
            +
                model="ariG23498/vit_base_patch16_224.augreg2_in21k_ft_in1k.ft_food101"
         | 
| 7 | 
             
            )
         | 
| 8 |  | 
| 9 | 
             
            def classify(image):
         | 
