Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -260,7 +260,7 @@ device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu") | |
| 260 | 
             
            # Load Models and Pipelines for Chat, Image, and Multimodal Processing
         | 
| 261 | 
             
            # Load the text-only model and tokenizer (for pure text chat)
         | 
| 262 |  | 
| 263 | 
            -
            model_id = "prithivMLmods/ | 
| 264 | 
             
            tokenizer = AutoTokenizer.from_pretrained(model_id)
         | 
| 265 | 
             
            model = AutoModelForCausalLM.from_pretrained(
         | 
| 266 | 
             
                model_id,
         | 
|  | |
| 260 | 
             
            # Load Models and Pipelines for Chat, Image, and Multimodal Processing
         | 
| 261 | 
             
            # Load the text-only model and tokenizer (for pure text chat)
         | 
| 262 |  | 
| 263 | 
            +
            model_id = "prithivMLmods/FastThink-0.5B-Tiny"
         | 
| 264 | 
             
            tokenizer = AutoTokenizer.from_pretrained(model_id)
         | 
| 265 | 
             
            model = AutoModelForCausalLM.from_pretrained(
         | 
| 266 | 
             
                model_id,
         | 
 
			
