Spaces:
Runtime error
Runtime error
update basedir
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ import math
|
|
| 15 |
import requests
|
| 16 |
|
| 17 |
|
| 18 |
-
basedir = "https://huggingface.co/spaces/ychenhq/VideoCrafterXen"
|
| 19 |
vidOut = "results/results"
|
| 20 |
uvqOut = "results/modified_prompts_eval"
|
| 21 |
evalOut = "evaluation_results"
|
|
|
|
| 15 |
import requests
|
| 16 |
|
| 17 |
|
| 18 |
+
basedir = "https://huggingface.co/spaces/ychenhq/VideoCrafterXen/tree/main"
|
| 19 |
vidOut = "results/results"
|
| 20 |
uvqOut = "results/modified_prompts_eval"
|
| 21 |
evalOut = "evaluation_results"
|