clayton07 commited on
Commit
4faaefc
·
verified ·
1 Parent(s): ee54f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ processor = load_processor()
33
 
34
  st.title("Multimodal RAG App")
35
 
36
- st.warning("⚠️ Disclaimer: This app is currently running on CPU, which may result in slow processing times. For optimal performance, download and run the app locally on a machine with GPU support.")
37
 
38
  # Add download link
39
  st.markdown("[📥 Download the app code](https://huggingface.co/spaces/clayton07/colpali-qwen2-ocr/blob/main/app.py)")
 
33
 
34
  st.title("Multimodal RAG App")
35
 
36
+ st.warning("⚠️ Disclaimer: This app is currently running on CPU, which may result in slow processing times (only loading the example image takes ~5 minutes. For optimal performance, download and run the app locally on a machine with GPU support.")
37
 
38
  # Add download link
39
  st.markdown("[📥 Download the app code](https://huggingface.co/spaces/clayton07/colpali-qwen2-ocr/blob/main/app.py)")