aesopnix commited on
Commit
cefc621
·
1 Parent(s): d83692b

Use different model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from gradio.themes.base import Base
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
8
  from gpt4all import GPT4All
9
- model = GPT4All("ggml-model-gpt4all-falcon-q4_0.bin")
10
 
11
  theme = Gradio.themes.Monochrome(
12
  primary_hue="purple",
 
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
8
  from gpt4all import GPT4All
9
+ model = GPT4All("mistral-7b-instruct-v0.1.Q4_0.gguf")
10
 
11
  theme = Gradio.themes.Monochrome(
12
  primary_hue="purple",