Dev1559 commited on
Commit
259789f
·
verified ·
1 Parent(s): eb59949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ For more information on `huggingface_hub` Inference API support, please check th
7
 
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
10
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
 
11
 
12
 
13
 
 
7
 
8
  # client = InferenceClient("meta-llama/Llama-3.2-3B-Instruct")
9
  # client = InferenceClient("meta-llama/Llama-3.3-70B-Instruct")
10
+ # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
11
+ client = InferenceClient("nvidia/DeepSeek-R1-FP4")
12
 
13
 
14