Ali2206 commited on
Commit
8791244
·
verified ·
1 Parent(s): ab9f904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import gradio as gr
6
  from tooluniverse import ToolUniverse
7
  import warnings
8
  from typing import List, Dict, Any
 
9
 
10
  # Suppress specific warnings
11
  warnings.filterwarnings("ignore", category=UserWarning)
 
6
  from tooluniverse import ToolUniverse
7
  import warnings
8
  from typing import List, Dict, Any
9
+ from txagent import TxAgent
10
 
11
  # Suppress specific warnings
12
  warnings.filterwarnings("ignore", category=UserWarning)