testcolab2 commited on
Commit
fcae09a
1 Parent(s): a5db8b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class PDFQueryApp:
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'])
 
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'])