Update app.py
Browse files
app.py
CHANGED
|
@@ -194,6 +194,7 @@ with demo:
|
|
| 194 |
with gr.Row():
|
| 195 |
# video_lip = gr.Video(label="Audio Visual Video", mirror_webcam=False)
|
| 196 |
text_output.render()
|
|
|
|
| 197 |
|
| 198 |
|
| 199 |
demo.launch(debug=True)
|
|
|
|
| 194 |
with gr.Row():
|
| 195 |
# video_lip = gr.Video(label="Audio Visual Video", mirror_webcam=False)
|
| 196 |
text_output.render()
|
| 197 |
+
|
| 198 |
|
| 199 |
|
| 200 |
demo.launch(debug=True)
|