Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,7 @@ def lipsyncer_demo():
|
|
121 |
length_of_audio,
|
122 |
blink_every
|
123 |
],
|
124 |
-
outputs=[gen_video]
|
125 |
-
cache_examples=os.getenv('SYSTEM') == 'spaces'
|
126 |
)
|
127 |
"""
|
128 |
with gr.Row():
|
|
|
121 |
length_of_audio,
|
122 |
blink_every
|
123 |
],
|
124 |
+
outputs=[gen_video]
|
|
|
125 |
)
|
126 |
"""
|
127 |
with gr.Row():
|