mgbam commited on
Commit
f960c36
·
verified ·
1 Parent(s): bee8a10

Update hf_client.py

Browse files
Files changed (1) hide show
  1. hf_client.py +2 -1
hf_client.py CHANGED
@@ -2,9 +2,10 @@
2
  ---
3
 
4
  ### hf_client.py
5
- ```python
6
  from huggingface_hub import InferenceClient, HfApi
7
  from tavily import TavilyClient
 
8
 
9
  # HF Inference Client
10
  HF_TOKEN = os.getenv('HF_TOKEN')
 
2
  ---
3
 
4
  ### hf_client.py
5
+
6
  from huggingface_hub import InferenceClient, HfApi
7
  from tavily import TavilyClient
8
+ import os
9
 
10
  # HF Inference Client
11
  HF_TOKEN = os.getenv('HF_TOKEN')