Skip to content

Commit

Permalink
update path for musetalk
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedreamix committed Jun 20, 2024
1 parent 9f38bbf commit 13cf287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app_musetalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ def error_print(text):
try:
from TFG import MuseTalk_RealTime
musetalker = MuseTalk_RealTime()
musetalker.init_model
except Exception as e:
error_print(f"MuseTalk Error: {e}")
error_print("如果使用MuseTalk,请先下载MuseTalk相关模型")
Expand Down

0 comments on commit 13cf287

Please sign in to comment.