testcolab2 commited on
Commit
a5db8b1
1 Parent(s): 29f3c19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,11 +34,11 @@ class IndexCreator:
34
 
35
  class PDFQueryApp:
36
  def __init__(self):
37
- st.title("Private LLM")
38
  st.write("Base Model : **HuggingFaceH4/zephyr-7b-alpha (open-source from HuggineFace)**")
39
  st.write("Embedding Model : **WhereIsAI/UAE-Large-V1(open-source from HuggineFace)**")
40
  st.write("Ask anything from the data that you upload")
41
- st.wrte("Note !! As its runnning on a CPU it takes times 5 to 8 mins for each response")
42
 
43
  self.hf_token = st.text_input("Enter your Hugging Face token [Free]:")
44
  self.uploaded_pdf = st.file_uploader("Upload your data[PDF for now]", type=['pdf'])
 
34
 
35
  class PDFQueryApp:
36
  def __init__(self):
37
+ st.title("Private LLM @Purbayan_Majumder")
38
  st.write("Base Model : **HuggingFaceH4/zephyr-7b-alpha (open-source from HuggineFace)**")
39
  st.write("Embedding Model : **WhereIsAI/UAE-Large-V1(open-source from HuggineFace)**")
40
  st.write("Ask anything from the data that you upload")
41
+ st.wrIte("Note !! As its runnning on a CPU it takes times 5 to 8 mins for each response")
42
 
43
  self.hf_token = st.text_input("Enter your Hugging Face token [Free]:")
44
  self.uploaded_pdf = st.file_uploader("Upload your data[PDF for now]", type=['pdf'])