Spaces:
Build error
Build error
Updated NasaNeoDataFetcher name
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import yaml
|
|
| 6 |
import requests
|
| 7 |
import os
|
| 8 |
from tools.final_answer import FinalAnswerTool
|
| 9 |
-
from tools.nasa_neo_data_fetcher import
|
| 10 |
|
| 11 |
from Gradio_UI import GradioUI
|
| 12 |
|
|
@@ -59,7 +59,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 59 |
|
| 60 |
web_search = DuckDuckGoSearchTool()
|
| 61 |
final_answer = FinalAnswerTool()
|
| 62 |
-
nasa_neo_data =
|
| 63 |
|
| 64 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 65 |
|
|
|
|
| 6 |
import requests
|
| 7 |
import os
|
| 8 |
from tools.final_answer import FinalAnswerTool
|
| 9 |
+
from tools.nasa_neo_data_fetcher import NasaNeoDataFetcher
|
| 10 |
|
| 11 |
from Gradio_UI import GradioUI
|
| 12 |
|
|
|
|
| 59 |
|
| 60 |
web_search = DuckDuckGoSearchTool()
|
| 61 |
final_answer = FinalAnswerTool()
|
| 62 |
+
nasa_neo_data = NasaNeoDataFetcher()
|
| 63 |
|
| 64 |
# If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
|
| 65 |
|