Spaces:
Paused
Paused
Use different model
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",
|
|
|
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",
|