hardknee commited on
Commit
04b7c81
·
verified ·
1 Parent(s): c3a9d5d

Updated NasaNeoDataFetcher name

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