Spaces:
Sleeping
Sleeping
Commit
·
6c6cd2c
1
Parent(s):
5208086
comment out local login
Browse files
app.py
CHANGED
|
@@ -7,9 +7,9 @@ from tools.final_answer import FinalAnswerTool
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
-
from huggingface_hub import login
|
| 11 |
|
| 12 |
-
login()
|
| 13 |
|
| 14 |
@tool
|
| 15 |
def lookup_wikipedia_page(search_query: str) -> str:
|
|
|
|
| 7 |
|
| 8 |
from Gradio_UI import GradioUI
|
| 9 |
|
| 10 |
+
# from huggingface_hub import login
|
| 11 |
|
| 12 |
+
# login()
|
| 13 |
|
| 14 |
@tool
|
| 15 |
def lookup_wikipedia_page(search_query: str) -> str:
|