Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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",
|