Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -254,7 +254,7 @@ Note: When relevant to their challenge (e.g., lacking energy, confidence, or pre 
     | 
|
| 254 | 
         | 
| 255 | 
         
             
            Remember: Every interaction should leave people feeling more capable, clearer on their options, and confident they can succeed with integrity. You're not just solving today's problem - you're teaching them to navigate power dynamics wisely for life."""
         
     | 
| 256 | 
         | 
| 257 | 
         
            -
            MODEL_ID = " 
     | 
| 258 | 
         
             
            device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
         
     | 
| 259 | 
         | 
| 260 | 
         
             
            logger.info("Loading model...")
         
     | 
| 
         | 
|
| 254 | 
         | 
| 255 | 
         
             
            Remember: Every interaction should leave people feeling more capable, clearer on their options, and confident they can succeed with integrity. You're not just solving today's problem - you're teaching them to navigate power dynamics wisely for life."""
         
     | 
| 256 | 
         | 
| 257 | 
         
            +
            MODEL_ID = "Goekdeniz-Guelmez/Josiefied-Qwen3-4B-abliterated-v2" #"Goekdeniz-Guelmez/Josiefied-Qwen3-8B-abliterated-v1"
         
     | 
| 258 | 
         
             
            device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
         
     | 
| 259 | 
         | 
| 260 | 
         
             
            logger.info("Loading model...")
         
     |