Ali2206 commited on
Commit
02ebb35
·
verified ·
1 Parent(s): f394b25

Update app.py

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