Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ print(f"NLTK data directory set to: {nltk_data_dir}")
|
|
21 |
# VERSA paths - these are set by the Dockerfile
|
22 |
VERSA_ROOT = "/home/user/app/versa"
|
23 |
VERSA_BIN = os.path.join(VERSA_ROOT, "versa", "bin", "scorer.py")
|
24 |
-
VERSA_CONFIG_DIR = os.path.join(VERSA_ROOT, "egs")
|
25 |
|
26 |
# Data directories - also set up by the Dockerfile
|
27 |
DATA_DIR = "/home/user/app/data"
|
|
|
21 |
# VERSA paths - these are set by the Dockerfile
|
22 |
VERSA_ROOT = "/home/user/app/versa"
|
23 |
VERSA_BIN = os.path.join(VERSA_ROOT, "versa", "bin", "scorer.py")
|
24 |
+
VERSA_CONFIG_DIR = os.path.join(VERSA_ROOT, "egs", "demo")
|
25 |
|
26 |
# Data directories - also set up by the Dockerfile
|
27 |
DATA_DIR = "/home/user/app/data"
|