Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update gradio_demo.py
Browse files- gradio_demo.py +2 -1
    	
        gradio_demo.py
    CHANGED
    
    | @@ -73,5 +73,6 @@ with gr.Blocks() as demo: | |
| 73 | 
             
                        gr.Number(value=0, label="Seed")], 
         | 
| 74 | 
             
                    outputs="playable_video",
         | 
| 75 | 
             
                    examples=example_inputs,
         | 
| 76 | 
            -
                    cache_examples=True | 
|  | |
| 77 | 
             
            demo.launch()
         | 
|  | |
| 73 | 
             
                        gr.Number(value=0, label="Seed")], 
         | 
| 74 | 
             
                    outputs="playable_video",
         | 
| 75 | 
             
                    examples=example_inputs,
         | 
| 76 | 
            +
                    cache_examples=True,
         | 
| 77 | 
            +
                    concurrency_limit=2)
         | 
| 78 | 
             
            demo.launch()
         |