hgmiya commited on
Commit
d92e384
·
1 Parent(s): aa3be20

Add snapshot_download import from huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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