Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,13 +4,13 @@ import requests
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
-
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
duckduckgo_tool=DuckDuckGoSearchTool()
|
11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
12 |
@tool
|
13 |
-
|
14 |
|
15 |
def animewatcher(anime_name: str) -> str:
|
16 |
"""A tool that searches for anime details using DuckDuckGo.
|
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
+
import json
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
duckduckgo_tool=DuckDuckGoSearchTool()
|
11 |
# Below is an example of a tool that does nothing. Amaze us with your creativity !
|
12 |
@tool
|
13 |
+
|
14 |
|
15 |
def animewatcher(anime_name: str) -> str:
|
16 |
"""A tool that searches for anime details using DuckDuckGo.
|