pabloce commited on
Commit
0439659
·
verified ·
1 Parent(s): 6de815a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -257,7 +257,7 @@ demo = gr.ChatInterface(
257
  'Meta-Llama-3-8B-Instruct-Q6_K.gguf',
258
  'aya-23-8B-Q6_K.gguf'
259
  ],
260
- value="Mistral-7B-Instruct-v0.3-f32.gguf",
261
  label="Model"
262
  ),
263
  ],
 
257
  'Meta-Llama-3-8B-Instruct-Q6_K.gguf',
258
  'aya-23-8B-Q6_K.gguf'
259
  ],
260
+ value="Mistral-7B-Instruct-v0.3-Q6_K.gguf",
261
  label="Model"
262
  ),
263
  ],