Ali2206 commited on
Commit
62ef904
·
verified ·
1 Parent(s): bfdc4b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ os.environ["HF_HOME"] = model_cache_dir
26
  os.environ["TRANSFORMERS_CACHE"] = model_cache_dir
27
 
28
  # Fixed this line - added missing closing parenthesis
29
- sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "src"))
30
 
31
  try:
32
  from txagent.txagent import TxAgent
 
26
  os.environ["TRANSFORMERS_CACHE"] = model_cache_dir
27
 
28
  # Fixed this line - added missing closing parenthesis
29
+ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "src")))
30
 
31
  try:
32
  from txagent.txagent import TxAgent