Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,8 @@ demo = gr.ChatInterface(
|
|
| 151 |
),
|
| 152 |
gr.Dropdown([
|
| 153 |
'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf',
|
| 154 |
-
'Llama-3-8B-Synthia-v3.5-f16.gguf'
|
|
|
|
| 155 |
],
|
| 156 |
value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf",
|
| 157 |
label="Model"
|
|
|
|
| 151 |
),
|
| 152 |
gr.Dropdown([
|
| 153 |
'Meta-Llama-3-70B-Instruct-Q3_K_M.gguf',
|
| 154 |
+
'Llama-3-8B-Synthia-v3.5-f16.gguf',
|
| 155 |
+
'Mistral-7B-Instruct-v0.3-f32.gguf'
|
| 156 |
],
|
| 157 |
value="Meta-Llama-3-70B-Instruct-Q3_K_M.gguf",
|
| 158 |
label="Model"
|