Spaces:
Sleeping
Sleeping
Add snapshot_download import from huggingface_hub
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ from google.adk.agents import Agent
|
|
16 |
from google.adk.tools import google_search, built_in_code_execution
|
17 |
from google.adk.agents import LlmAgent
|
18 |
|
|
|
19 |
from openpyxl import load_workbook
|
20 |
|
21 |
import warnings
|
|
|
16 |
from google.adk.tools import google_search, built_in_code_execution
|
17 |
from google.adk.agents import LlmAgent
|
18 |
|
19 |
+
from huggingface_hub import snapshot_download
|
20 |
from openpyxl import load_workbook
|
21 |
|
22 |
import warnings
|