mnab commited on
Commit
0b8112e
·
verified ·
1 Parent(s): 0fa535c

Upload app.py

Browse files

removing hugging face login()

Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -7,9 +7,6 @@ from tools.final_answer import FinalAnswerTool
7
  from tools.visit_webpage import VisitWebpageTool
8
  from tools.web_search import DuckDuckGoSearchTool
9
  from Gradio_UI import GradioUI
10
- from huggingface_hub import login
11
-
12
- login()
13
 
14
 
15
  # Below is an example of a tool that does nothing. Amaze us with your creativity !
 
7
  from tools.visit_webpage import VisitWebpageTool
8
  from tools.web_search import DuckDuckGoSearchTool
9
  from Gradio_UI import GradioUI
 
 
 
10
 
11
 
12
  # Below is an example of a tool that does nothing. Amaze us with your creativity !