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