Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,8 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 8 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 9 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
| 10 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
| 11 |
-
client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
def respond(
|
|
|
|
| 8 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 9 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
| 10 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
| 11 |
+
# client = InferenceClient("unsloth/Llama-3.2-1B-Instruct")
|
| 12 |
+
client = InferenceClient("unsloth/phi-4-GGUF")
|
| 13 |
|
| 14 |
|
| 15 |
def respond(
|