Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -121,9 +121,10 @@ def lipsyncer_demo():
|
|
121 |
length_of_audio,
|
122 |
blink_every
|
123 |
],
|
124 |
-
outputs=[gen_video]
|
|
|
125 |
)
|
126 |
-
|
127 |
with gr.Row():
|
128 |
examples = [
|
129 |
[
|
@@ -200,7 +201,7 @@ def lipsyncer_demo():
|
|
200 |
outputs=[gen_video],
|
201 |
fn=lip_syncer.test,
|
202 |
cache_examples=os.getenv('SYSTEM') == 'spaces') #
|
203 |
-
|
204 |
return lipsyncer_interface
|
205 |
|
206 |
if __name__ == "__main__":
|
|
|
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():
|
129 |
examples = [
|
130 |
[
|
|
|
201 |
outputs=[gen_video],
|
202 |
fn=lip_syncer.test,
|
203 |
cache_examples=os.getenv('SYSTEM') == 'spaces') #
|
204 |
+
"""
|
205 |
return lipsyncer_interface
|
206 |
|
207 |
if __name__ == "__main__":
|