ruslanmv commited on
Commit
16555dd
·
verified ·
1 Parent(s): bde8ff9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="novita",
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