Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
import os
|
2 |
-
from docx import Document
|
3 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel,load_tool, tool
|
4 |
import datetime
|
5 |
import requests
|
6 |
-
import pytz
|
7 |
import yaml
|
8 |
from tools.final_answer import FinalAnswerTool
|
|
|
9 |
|
10 |
from Gradio_UI import GradioUI
|
11 |
|
|
|
1 |
import os
|
|
|
2 |
from smolagents import CodeAgent, DuckDuckGoSearchTool, HfApiModel,load_tool, tool
|
3 |
import datetime
|
4 |
import requests
|
5 |
+
import pytzimport pytz
|
6 |
import yaml
|
7 |
from tools.final_answer import FinalAnswerTool
|
8 |
+
import Document
|
9 |
|
10 |
from Gradio_UI import GradioUI
|
11 |
|