Spaces:
Sleeping
Sleeping
commit_3
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ import tempfile # μμ νμΌμ μμ±νκΈ° μν λΌμ΄λΈλ¬λ¦¬μ
λλ€.
|
|
| 12 |
import os
|
| 13 |
from huggingface_hub import hf_hub_download # Hugging Face Hubμμ λͺ¨λΈμ λ€μ΄λ‘λνκΈ° μν ν¨μμ
λλ€.
|
| 14 |
|
| 15 |
-
import yaml
|
| 16 |
from langchain.agents import (
|
| 17 |
create_json_agent,
|
| 18 |
AgentExecutor
|
|
|
|
| 12 |
import os
|
| 13 |
from huggingface_hub import hf_hub_download # Hugging Face Hubμμ λͺ¨λΈμ λ€μ΄λ‘λνκΈ° μν ν¨μμ
λλ€.
|
| 14 |
|
|
|
|
| 15 |
from langchain.agents import (
|
| 16 |
create_json_agent,
|
| 17 |
AgentExecutor
|