Spaces:
Sleeping
Sleeping
Alteração do modelo
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 9 |
-
client = InferenceClient("
|
| 10 |
|
| 11 |
def respond(
|
| 12 |
message,
|
|
|
|
| 6 |
"""
|
| 7 |
|
| 8 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 9 |
+
client = InferenceClient("unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF")
|
| 10 |
|
| 11 |
def respond(
|
| 12 |
message,
|