Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ os.environ.update({
|
|
44 |
"TOKENIZERS_PARALLELISM": "false",
|
45 |
"CUDA_LAUNCH_BLOCKING": "1"
|
46 |
})
|
47 |
-
|
48 |
# ==================== UTILITY FUNCTIONS ====================
|
49 |
def sanitize_text(text: str) -> str:
|
50 |
"""Clean and sanitize text input"""
|
|
|
44 |
"TOKENIZERS_PARALLELISM": "false",
|
45 |
"CUDA_LAUNCH_BLOCKING": "1"
|
46 |
})
|
47 |
+
from txagent.txagent import TxAgent
|
48 |
# ==================== UTILITY FUNCTIONS ====================
|
49 |
def sanitize_text(text: str) -> str:
|
50 |
"""Clean and sanitize text input"""
|