Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -215,7 +215,7 @@ demo = gr.ChatInterface(
|
|
215 |
),
|
216 |
gr.Dropdown([
|
217 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
218 |
-
'
|
219 |
],
|
220 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
221 |
label="Model"
|
|
|
215 |
),
|
216 |
gr.Dropdown([
|
217 |
'Mistral-7B-Instruct-v0.3-f32.gguf',
|
218 |
+
'mixtral-8x7b-instruct-v0.1.Q6_K.gguf'
|
219 |
],
|
220 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
221 |
label="Model"
|