Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ if uploaded_file is not None:
|
|
91 |
st.write(f"Recognized Character Sequence: {output}")
|
92 |
|
93 |
st.write("## examples")
|
94 |
-
|
95 |
# for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
|
96 |
# col = cols[idx % 4]
|
97 |
# col.image(captcha_path,caption=f'{captcha_path.split("/")[-1]}', width=100)
|
|
|
91 |
st.write(f"Recognized Character Sequence: {output}")
|
92 |
|
93 |
st.write("## examples")
|
94 |
+
cols = st.columns(4)
|
95 |
# for idx,(model_variant,captcha_path) in enumerate(example_captchas.items()):
|
96 |
# col = cols[idx % 4]
|
97 |
# col.image(captcha_path,caption=f'{captcha_path.split("/")[-1]}', width=100)
|