Spaces:
Sleeping
Sleeping
Commit
·
7e15b41
1
Parent(s):
1fdbc4a
Update app.py (#1)
Browse files- Update app.py (e45fc91f54b2396201a82c41f98b944378965525)
Co-authored-by: jhjhjk <[email protected]>
app.py
CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
|
|
2 |
import gradio as gr
|
3 |
|
4 |
client = InferenceClient(
|
5 |
-
"mistralai/Mixtral-8x7B-Instruct-v0.
|
6 |
)
|
7 |
|
8 |
|
|
|
2 |
import gradio as gr
|
3 |
|
4 |
client = InferenceClient(
|
5 |
+
"mistralai/Mixtral-8x7B-Instruct-v0.2"
|
6 |
)
|
7 |
|
8 |
|