Spaces:
Runtime error
Runtime error
Commit
·
4c9ff5d
1
Parent(s):
d02da4d
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from gpt4all import GPT4All
|
3 |
|
4 |
# Specify the local path to the downloaded model file
|
5 |
-
model_path = "
|
6 |
|
7 |
# Initialize the GPT4All model
|
8 |
model = GPT4All(model_path)
|
|
|
2 |
from gpt4all import GPT4All
|
3 |
|
4 |
# Specify the local path to the downloaded model file
|
5 |
+
model_path = "pytorch_model-00001-of-00002.bin"
|
6 |
|
7 |
# Initialize the GPT4All model
|
8 |
model = GPT4All(model_path)
|