ffeew commited on
Commit
970cc81
1 Parent(s): 7a6acef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ st.title("AIxplorer - A Smarter Google Scholar 🌐📚")
15
  st.write(
16
  "AIxplorer aims to revolutionize academic research by combining the capabilities of traditional search engines like Google Scholar with an advanced retrieval augmented generation (RAG) system. Built on Python and Langchain, this application provides highly relevant and context-aware academic papers, journals, and articles, elevating the standard of academic research."
17
  )
18
- st.warning("Inference on this Huggingface Space is extremely slow due to it being entirely processed on the 2 CPU cores. For quicker inference, please clone the repository and run the inference locally or run it from Colab using a GPU runtime: https://colab.research.google.com/drive/1GQigpg9leftwxgp7ScFeils1-Ge0tY8Z?usp=sharing",icon="ℹ️",)
19
 
20
  st.divider()
21
  st.subheader("Settings")
 
15
  st.write(
16
  "AIxplorer aims to revolutionize academic research by combining the capabilities of traditional search engines like Google Scholar with an advanced retrieval augmented generation (RAG) system. Built on Python and Langchain, this application provides highly relevant and context-aware academic papers, journals, and articles, elevating the standard of academic research."
17
  )
18
+ st.info("Inference on this Huggingface Space is extremely slow due to it being entirely processed on the 2 CPU cores. For quicker inference, please clone the repository and run the inference locally or run it from Colab using a GPU runtime: https://colab.research.google.com/drive/1GQigpg9leftwxgp7ScFeils1-Ge0tY8Z?usp=sharing",icon="ℹ️",)
19
 
20
  st.divider()
21
  st.subheader("Settings")