Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	reduce the strain on the underlying API
#4
by
						
multimodalart
	
							HF Staff
						- opened
							
					
    	
        app.py
    CHANGED
    
    | 
         @@ -287,7 +287,7 @@ def start_app(): 
     | 
|
| 287 | 
         
             
                            cache_examples="lazy",
         
     | 
| 288 | 
         
             
                        )
         
     | 
| 289 | 
         | 
| 290 | 
         
            -
                demo.queue(default_concurrency_limit= 
     | 
| 291 | 
         | 
| 292 | 
         
             
                demo.launch(
         
     | 
| 293 | 
         
             
                    server_name="0.0.0.0",
         
     | 
| 
         | 
|
| 287 | 
         
             
                            cache_examples="lazy",
         
     | 
| 288 | 
         
             
                        )
         
     | 
| 289 | 
         | 
| 290 | 
         
            +
                demo.queue(default_concurrency_limit=15)
         
     | 
| 291 | 
         | 
| 292 | 
         
             
                demo.launch(
         
     | 
| 293 | 
         
             
                    server_name="0.0.0.0",
         
     |