Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			Zero
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			Zero
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -37,14 +37,14 @@ models_supported = { | |
| 37 | 
             
                        attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
         | 
| 38 | 
             
                    ),
         | 
| 39 | 
             
                ],
         | 
| 40 | 
            -
                "mobser-small-v0.1": [
         | 
| 41 | 
            -
             | 
| 42 | 
            -
             | 
| 43 | 
            -
             | 
| 44 | 
            -
             | 
| 45 | 
            -
             | 
| 46 | 
            -
             | 
| 47 | 
            -
                ],
         | 
| 48 | 
             
            }
         | 
| 49 |  | 
| 50 |  | 
|  | |
| 37 | 
             
                        attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
         | 
| 38 | 
             
                    ),
         | 
| 39 | 
             
                ],
         | 
| 40 | 
            +
                # "mobser-small-v0.1": [
         | 
| 41 | 
            +
                #     NougatProcessor.from_pretrained("TawasulAI/Mobser-Small-V0.1"),
         | 
| 42 | 
            +
                #     VisionEncoderDecoderModel.from_pretrained(
         | 
| 43 | 
            +
                #         "TawasulAI/Mobser-Small-V0.1",
         | 
| 44 | 
            +
                #         torch_dtype=torch.bfloat16,
         | 
| 45 | 
            +
                #         attn_implementation={"decoder": "flash_attention_2", "encoder": "eager"},
         | 
| 46 | 
            +
                #     ),
         | 
| 47 | 
            +
                # ],
         | 
| 48 | 
             
            }
         | 
| 49 |  | 
| 50 |  | 
