Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ from huggingface_hub import InferenceClient
|
|
| 24 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 25 |
"""
|
| 26 |
#mistralai/Mistral-7B-Instruct-v0.3
|
| 27 |
-
client = InferenceClient("
|
| 28 |
|
| 29 |
|
| 30 |
def respond(
|
|
|
|
| 24 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
| 25 |
"""
|
| 26 |
#mistralai/Mistral-7B-Instruct-v0.3
|
| 27 |
+
client = InferenceClient("tiiuae/Falcon3-7B-Instruct")
|
| 28 |
|
| 29 |
|
| 30 |
def respond(
|