Update app.py
Browse files
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
|