mgbam commited on
Commit
4c20612
·
verified ·
1 Parent(s): 96b76f8

Update hf_client.py

Browse files
Files changed (1) hide show
  1. hf_client.py +2 -0
hf_client.py CHANGED
@@ -3,6 +3,8 @@
3
 
4
  ### hf_client.py
5
 
 
 
6
  from huggingface_hub import InferenceClient, HfApi
7
  from tavily import TavilyClient
8
 
 
3
 
4
  ### hf_client.py
5
 
6
+ Import os
7
+
8
  from huggingface_hub import InferenceClient, HfApi
9
  from tavily import TavilyClient
10