wedyanessam commited on
Commit
638c139
·
verified ·
1 Parent(s): 165cfe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ if not os.path.exists("./models/fantasytalking_model.ckpt"):
17
  subprocess.run(["python", "download_models.py"])
18
 
19
 
20
-
21
 
22
  args_template = argparse.Namespace(
23
  fantasytalking_model_path="./models/fantasytalking_model.ckpt",
 
17
  subprocess.run(["python", "download_models.py"])
18
 
19
 
20
+ sys.path.append(os.path.abspath("."))
21
 
22
  args_template = argparse.Namespace(
23
  fantasytalking_model_path="./models/fantasytalking_model.ckpt",