ftshijt commited on
Commit
411df60
·
verified ·
1 Parent(s): 8702dba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"