Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Update app.py to start with 135M model
Browse files
    	
        app.py
    CHANGED
    
    | @@ -15,7 +15,7 @@ REPETITION_PENALTY = 1.2 | |
| 15 |  | 
| 16 |  | 
| 17 |  | 
| 18 | 
            -
            pipe = pipeline("text-generation", model= | 
| 19 |  | 
| 20 |  | 
| 21 | 
             
            def message_fx(message, history):
         | 
|  | |
| 15 |  | 
| 16 |  | 
| 17 |  | 
| 18 | 
            +
            pipe = pipeline("text-generation", model=MODEL)
         | 
| 19 |  | 
| 20 |  | 
| 21 | 
             
            def message_fx(message, history):
         |