Spaces:
Paused
Paused
Switch models
Browse files
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("
|
| 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 |
-
|
| 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 |
"""
|