Spaces:
Running
Running
Saurabh Kumar
commited on
Update app.py
Browse files
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 |
|