Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ from huggingface_hub import InferenceClient
|
|
23 |
"""
|
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 |
-
#
|
27 |
-
client = InferenceClient("
|
28 |
|
29 |
|
30 |
def respond(
|
|
|
23 |
"""
|
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 |
+
#
|
27 |
+
client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
|
28 |
|
29 |
|
30 |
def respond(
|