Saurabh Kumar commited on
Commit
97fbf7d
·
verified ·
1 Parent(s): a1b9057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -54,7 +54,6 @@ def get_qwen_text(uploaded_file, model, processor):
54
  )
55
  return output_text
56
 
57
- @st.cache_data
58
  # Streamlit app title
59
  st.title("OCR Image Text Extraction")
60
 
 
54
  )
55
  return output_text
56
 
 
57
  # Streamlit app title
58
  st.title("OCR Image Text Extraction")
59