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 |
+
'Llama-3-8B-Instruct-262k-Q6_K.gguf'
|
219 |
],
|
220 |
value="Mistral-7B-Instruct-v0.3-f32.gguf",
|
221 |
label="Model"
|