Spaces:
Running
Running
init
Browse files
app.py
CHANGED
|
@@ -131,8 +131,8 @@ with col2:
|
|
| 131 |
txt = ctc_decode(y[0])
|
| 132 |
st.text(txt[-1])
|
| 133 |
|
| 134 |
-
|
| 135 |
-
|
| 136 |
##################
|
| 137 |
|
| 138 |
|
|
|
|
| 131 |
txt = ctc_decode(y[0])
|
| 132 |
st.text(txt[-1])
|
| 133 |
|
| 134 |
+
st.info("Author ©️ : Wissem Karous ")
|
| 135 |
+
st.info("Made with ❤️")
|
| 136 |
##################
|
| 137 |
|
| 138 |
|