Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"
|
| 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",
|