bobsbimal58 commited on
Commit
e15d703
·
1 Parent(s): 86e9107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from io import BytesIO
15
  import gradio as gr
16
 
17
 
18
- local_llm = "mistralai/Mistral-7B-v0.1"
19
 
20
  config = {
21
  'max_new_tokens': 1024,
 
15
  import gradio as gr
16
 
17
 
18
+ local_llm = "zephyr-7b-beta.Q5_K_S.gguf"
19
 
20
  config = {
21
  'max_new_tokens': 1024,