Spaces:
				
			
			
	
			
			
		Running
		
			on 
			
			A10G
	
	
	
			
			
	
	
	
	
		
		
		Running
		
			on 
			
			A10G
	Update app.py
#85
by
						
ysharma
	
							HF Staff
						- opened
							
					
    	
        app.py
    CHANGED
    
    | @@ -263,7 +263,7 @@ def process_model(model_id, q_method, use_imatrix, imatrix_q_method, private_rep | |
| 263 |  | 
| 264 |  | 
| 265 | 
             
            # Create Gradio interface
         | 
| 266 | 
            -
            with gr.Blocks( | 
| 267 | 
             
                gr.Markdown("You must be logged in to use GGUF-my-repo.")
         | 
| 268 | 
             
                gr.LoginButton(min_width=250)
         | 
| 269 |  | 
|  | |
| 263 |  | 
| 264 |  | 
| 265 | 
             
            # Create Gradio interface
         | 
| 266 | 
            +
            with gr.Blocks() as demo: 
         | 
| 267 | 
             
                gr.Markdown("You must be logged in to use GGUF-my-repo.")
         | 
| 268 | 
             
                gr.LoginButton(min_width=250)
         | 
| 269 |  | 
