pxmxcsu9d commited on
Commit
c1fb543
·
verified ·
1 Parent(s): fc35ab7

Switch models

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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",
@@ -80,8 +80,7 @@ with Gradio.Blocks(theme=custom_theme, analytics_enabled=False, css=".generating
80
  with Gradio.Column():
81
  Gradio.Markdown(
82
  """
83
- ## GPT4ALL-Falcon
84
- Uses falcon (q4_0)
85
 
86
  Type in the box below and click the button to generate answers to your most pressing questions!
87
  """
 
6
  from gradio.themes.utils import colors, fonts, sizes
7
 
8
  from gpt4all import GPT4All
9
+ model = GPT4All("gpt4all-falcon-newbpe-q4_0.gguf")
10
 
11
  theme = Gradio.themes.Monochrome(
12
  primary_hue="purple",
 
80
  with Gradio.Column():
81
  Gradio.Markdown(
82
  """
83
+ Uses falcon-newbpe (q4_0)
 
84
 
85
  Type in the box below and click the button to generate answers to your most pressing questions!
86
  """