VirtualOasis commited on
Commit
28bf4ed
·
verified ·
1 Parent(s): 583d917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from huggingface_hub import InferenceClient
9
  # Initialize Mistral client
10
  client = InferenceClient(
11
  provider="together",
12
- api_key=os.environ.get("HF_TOKEN", ""),
13
  )
14
 
15
  def extract_text_from_url(url):
 
9
  # Initialize Mistral client
10
  client = InferenceClient(
11
  provider="together",
12
+ api_key=os.environ.get("HF_TOKEN"),
13
  )
14
 
15
  def extract_text_from_url(url):