Spaces:
Sleeping
Sleeping
Add authors section
Browse files
app.py
CHANGED
@@ -39,6 +39,10 @@ description_foot = """
|
|
39 |
Machine Learning, Deep Learning, and Artificial Intelligence.
|
40 |
|
41 |
- Join our Speech Recognition Group in Telegram: https://t.me/speech_recognition_uk
|
|
|
|
|
|
|
|
|
42 |
""".strip()
|
43 |
|
44 |
|
@@ -127,6 +131,6 @@ with demo:
|
|
127 |
)
|
128 |
|
129 |
gr.Markdown(description_foot)
|
130 |
-
|
131 |
if __name__ == "__main__":
|
132 |
demo.launch()
|
|
|
39 |
Machine Learning, Deep Learning, and Artificial Intelligence.
|
40 |
|
41 |
- Join our Speech Recognition Group in Telegram: https://t.me/speech_recognition_uk
|
42 |
+
|
43 |
+
## Authors
|
44 |
+
|
45 |
+
Yehor Smoliakov: https://github.com/egorsmkv on GitHub, and egorsmkv@gmail.com for private discussions.
|
46 |
""".strip()
|
47 |
|
48 |
|
|
|
131 |
)
|
132 |
|
133 |
gr.Markdown(description_foot)
|
134 |
+
|
135 |
if __name__ == "__main__":
|
136 |
demo.launch()
|