Spaces:
Running
Running
wissemkarous
commited on
Commit
•
e0e4a15
1
Parent(s):
c8d94c4
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 |
|