gagan3012 commited on
Commit
be911f6
·
verified ·
1 Parent(s): 8888000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ aspect_ratio = aspect_dict[aspect_choice]
157
  st.sidebar.subheader("Select OCR Language and Model")
158
 
159
  Lng = st.sidebar.selectbox(label="Language", options=[
160
- "English", "Arabic", "French", "Korean", "Chinese"])
161
 
162
  Models = {
163
  "Arabic": "Qalam",
 
157
  st.sidebar.subheader("Select OCR Language and Model")
158
 
159
  Lng = st.sidebar.selectbox(label="Language", options=[
160
+ "Arabic", "English", "French", "Korean", "Chinese"])
161
 
162
  Models = {
163
  "Arabic": "Qalam",