thedamn commited on
Commit
208663b
·
1 Parent(s): 98d38fc
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  from langchain import PromptTemplate, LLMChain
2
  from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
 
4
  import os
5
  #gpt=GPT4All("ggml-gpt4all-j-v1.3-groovy")
6
  hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")
 
1
  from langchain import PromptTemplate, LLMChain
2
  from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
+ import streamlit as st
5
  import os
6
  #gpt=GPT4All("ggml-gpt4all-j-v1.3-groovy")
7
  hf_hub_download(repo_id="dnato/ggml-gpt4all-j-v1.3-groovy.bin", filename="ggml-gpt4all-j-v1.3-groovy.bin", local_dir=".")