Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -207,7 +207,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo: | |
| 207 | 
             
                                video_gen_button = gr.Button("Audio to Video generation", variant="primary")
         | 
| 208 | 
             
                        with gr.Row():
         | 
| 209 | 
             
                                #a2v_output = gr.Video()
         | 
| 210 | 
            -
                                 | 
| 211 |  | 
| 212 |  | 
| 213 | 
             
                        gr.Markdown("### 3. Image to Talking Video")
         | 
| @@ -316,7 +316,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo: | |
| 316 | 
             
                                #output_audio
         | 
| 317 | 
             
                                audio_path_component
         | 
| 318 | 
             
                            ],
         | 
| 319 | 
            -
                            outputs=[ | 
| 320 | 
             
                            show_progress=True
         | 
| 321 | 
             
                        )
         | 
| 322 |  | 
|  | |
| 207 | 
             
                                video_gen_button = gr.Button("Audio to Video generation", variant="primary")
         | 
| 208 | 
             
                        with gr.Row():
         | 
| 209 | 
             
                                #a2v_output = gr.Video()
         | 
| 210 | 
            +
                                driving_video_path.render()
         | 
| 211 |  | 
| 212 |  | 
| 213 | 
             
                        gr.Markdown("### 3. Image to Talking Video")
         | 
|  | |
| 316 | 
             
                                #output_audio
         | 
| 317 | 
             
                                audio_path_component
         | 
| 318 | 
             
                            ],
         | 
| 319 | 
            +
                            outputs=[driving_video_path],
         | 
| 320 | 
             
                            show_progress=True
         | 
| 321 | 
             
                        )
         | 
| 322 |  | 
