pabloce commited on
Commit
e1f9354
·
verified ·
1 Parent(s): 0e76b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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"