DR-Rakshitha commited on
Commit
62858fa
1 Parent(s): 3efd7d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from gpt4all import GPT4All
 
2
 
3
  # Specify the local path to the downloaded model file
4
  model_path = "wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"
 
1
  from gpt4all import GPT4All
2
+ import gradio as gr
3
 
4
  # Specify the local path to the downloaded model file
5
  model_path = "wizardlm-13b-v1.1-superhot-8k.ggmlv3.q4_0.bin"