Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,6 @@ if uploaded_file is not None:
|
|
71 |
with st.spinner("Transcribing handwriting..."):
|
72 |
# Transcribe handwritten notes
|
73 |
extracted_text = transcribe_handwriting(image)
|
74 |
-
st.subheader("Transcribed Text from Prescription:")
|
75 |
display_extracted_text(extracted_text)
|
76 |
|
77 |
|
|
|
71 |
with st.spinner("Transcribing handwriting..."):
|
72 |
# Transcribe handwritten notes
|
73 |
extracted_text = transcribe_handwriting(image)
|
|
|
74 |
display_extracted_text(extracted_text)
|
75 |
|
76 |
|