Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ tokenizer = AutoTokenizer.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Qwen-
|
|
15 |
|
16 |
# Instantiate the client with the new inference mechanism.
|
17 |
client = InferenceClient(
|
18 |
-
provider="
|
19 |
api_key=HF_TOKEN
|
20 |
)
|
21 |
|
|
|
15 |
|
16 |
# Instantiate the client with the new inference mechanism.
|
17 |
client = InferenceClient(
|
18 |
+
provider="hf-inference",
|
19 |
api_key=HF_TOKEN
|
20 |
)
|
21 |
|