Yehor commited on
Commit
9cece8a
1 Parent(s): ac49120

Add authors section

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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 [email protected] for private discussions.
46
  """.strip()
47
 
48
 
 
131
  )
132
 
133
  gr.Markdown(description_foot)
134
+
135
  if __name__ == "__main__":
136
  demo.launch()