Update app.py
Browse files
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 |
|