Spaces:
Build error
Build error
Commit
·
9b24efa
1
Parent(s):
ecd84d3
check
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ from huggingface_hub import InferenceClient
|
|
| 3 |
from langgraph.prebuilt import create_react_agent
|
| 4 |
from search_agent import tools
|
| 5 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
|
|
|
| 6 |
"""
|
| 7 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 8 |
"""
|
|
|
|
| 3 |
from langgraph.prebuilt import create_react_agent
|
| 4 |
from search_agent import tools
|
| 5 |
from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
|
| 6 |
+
from search_agent import tools
|
| 7 |
"""
|
| 8 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 9 |
"""
|