Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):
|