Saurabh Kumar commited on
Commit
fba9f00
·
verified ·
1 Parent(s): 0854641

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -57,9 +57,6 @@ def get_qwen_text(uploaded_file, model, processor):
57
  # Streamlit app title
58
  st.title("OCR Image Text Extraction")
59
 
60
- # Initialize the model and processor
61
- MODEL, PROCESSOR = init_qwen_model()
62
-
63
  # File uploader for images
64
  uploaded_file = st.file_uploader("Choose an image...", type=["png", "jpg", "jpeg"])
65
 
 
57
  # Streamlit app title
58
  st.title("OCR Image Text Extraction")
59
 
 
 
 
60
  # File uploader for images
61
  uploaded_file = st.file_uploader("Choose an image...", type=["png", "jpg", "jpeg"])
62