Spaces:
Sleeping
Sleeping
aelin commited on
Commit ·
8ebfdcd
1
Parent(s): 0118ff8
Remove unused login import and call from huggingface_hub
Browse files
app.py
CHANGED
|
@@ -7,9 +7,6 @@ from llama_index.llms.huggingface_api import HuggingFaceInferenceAPI
|
|
| 7 |
from llama_index.core.agent.workflow import AgentWorkflow
|
| 8 |
from _tools import tools
|
| 9 |
import asyncio
|
| 10 |
-
from huggingface_hub import login
|
| 11 |
-
|
| 12 |
-
login()
|
| 13 |
|
| 14 |
# (Keep Constants as is)
|
| 15 |
# --- Constants ---
|
|
|
|
| 7 |
from llama_index.core.agent.workflow import AgentWorkflow
|
| 8 |
from _tools import tools
|
| 9 |
import asyncio
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
# (Keep Constants as is)
|
| 12 |
# --- Constants ---
|