Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,7 @@ def ref_video_fn(path_of_ref_video):
|
|
32 |
# snapshot_download(repo_id=REPO_ID, local_dir='./checkpoints', local_dir_use_symlinks=True)
|
33 |
|
34 |
def lipsyncer_demo():
|
35 |
-
|
36 |
#download_model()
|
37 |
-
|
38 |
lip_syncer = SadTalker(lazy_load=True)
|
39 |
# tts_talker = TTSTalker()
|
40 |
|
@@ -209,12 +207,8 @@ def lipsyncer_demo():
|
|
209 |
cache_examples=os.getenv('SYSTEM') == 'spaces') #
|
210 |
|
211 |
return lipsyncer_interface
|
212 |
-
|
213 |
|
214 |
if __name__ == "__main__":
|
215 |
-
|
216 |
demo = lipsyncer_demo()
|
217 |
demo.queue(max_size=10)
|
218 |
demo.launch(debug=True)
|
219 |
-
|
220 |
-
|
|
|
32 |
# snapshot_download(repo_id=REPO_ID, local_dir='./checkpoints', local_dir_use_symlinks=True)
|
33 |
|
34 |
def lipsyncer_demo():
|
|
|
35 |
#download_model()
|
|
|
36 |
lip_syncer = SadTalker(lazy_load=True)
|
37 |
# tts_talker = TTSTalker()
|
38 |
|
|
|
207 |
cache_examples=os.getenv('SYSTEM') == 'spaces') #
|
208 |
|
209 |
return lipsyncer_interface
|
|
|
210 |
|
211 |
if __name__ == "__main__":
|
|
|
212 |
demo = lipsyncer_demo()
|
213 |
demo.queue(max_size=10)
|
214 |
demo.launch(debug=True)
|
|
|
|