Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -459,7 +459,7 @@ with gr.Blocks(theme=theme) as demo: 
     | 
|
| 459 | 
         
             
                                AUDIO_MIX,
         
     | 
| 460 | 
         
             
                                ],
         
     | 
| 461 | 
         
             
                                outputs=[video_output],
         
     | 
| 462 | 
         
            -
                                cache_examples= 
     | 
| 463 | 
         
             
                            )
         
     | 
| 464 | 
         | 
| 465 | 
         
             
            ### link
         
     | 
| 
         @@ -602,7 +602,7 @@ with gr.Blocks(theme=theme) as demo: 
     | 
|
| 602 | 
         
             
                                bAUDIO_MIX
         
     | 
| 603 | 
         
             
                                ],
         
     | 
| 604 | 
         
             
                                outputs=[blink_output],
         
     | 
| 605 | 
         
            -
                                cache_examples= 
     | 
| 606 | 
         
             
                            )
         
     | 
| 607 | 
         | 
| 608 | 
         | 
| 
         | 
|
| 459 | 
         
             
                                AUDIO_MIX,
         
     | 
| 460 | 
         
             
                                ],
         
     | 
| 461 | 
         
             
                                outputs=[video_output],
         
     | 
| 462 | 
         
            +
                                cache_examples=True,
         
     | 
| 463 | 
         
             
                            )
         
     | 
| 464 | 
         | 
| 465 | 
         
             
            ### link
         
     | 
| 
         | 
|
| 602 | 
         
             
                                bAUDIO_MIX
         
     | 
| 603 | 
         
             
                                ],
         
     | 
| 604 | 
         
             
                                outputs=[blink_output],
         
     | 
| 605 | 
         
            +
                                cache_examples=True,
         
     | 
| 606 | 
         
             
                            )
         
     | 
| 607 | 
         | 
| 608 | 
         |