DR-Rakshitha commited on
Commit
4c9ff5d
·
1 Parent(s): d02da4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
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)