Anuji commited on
Commit
393508a
·
verified ·
1 Parent(s): c49c93a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def upload_and_process(image):
113
  return "Processing failed.", []
114
 
115
  # Streamlit UI
116
- st.title("DeepSeek-VL2 OCR with Streamlit")
117
  image_input = st.file_uploader("Upload Image", type=["png", "jpg", "jpeg"])
118
  output_text = st.text_area("Extracted Text", height=300)
119
  if image_input:
 
113
  return "Processing failed.", []
114
 
115
  # Streamlit UI
116
+ st.title("OCR Extraction Application")
117
  image_input = st.file_uploader("Upload Image", type=["png", "jpg", "jpeg"])
118
  output_text = st.text_area("Extracted Text", height=300)
119
  if image_input: