rhazz commited on
Commit
ce0f3dc
·
verified ·
1 Parent(s): 4faaeb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -6,7 +6,8 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
9
- client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
 
10
 
11
 
12
 
 
6
  """
7
  #client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  #client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
9
+ #client = InferenceClient("deepseek-ai/DeepSeek-R1-Distill-Qwen-32B")
10
+ client = InferenceClient("perplexity-ai/r1-1776")
11
 
12
 
13