Spaces:
Runtime error
Runtime error
mrodriguez
commited on
Commit
•
abca8c5
1
Parent(s):
1210c2f
small changes to last phrase
Browse files
app.py
CHANGED
@@ -89,8 +89,8 @@ iface = gr.Interface(
|
|
89 |
is able to perform fast audio transcriptions for any audio / video.<br/>For more details and a benchmark ran on multiple Speech-To-Text providers, please visit
|
90 |
[our post](https://medium.com/@gladia.io/gladia-alpha-launch-redefining-what-s-possible-with-speech-to-text-ai-686dd4312a86) on Medium.
|
91 |
<br/><br/>
|
92 |
-
You are more than welcome to join
|
93 |
-
and
|
94 |
""",
|
95 |
fn=transcribe,
|
96 |
inputs=[
|
|
|
89 |
is able to perform fast audio transcriptions for any audio / video.<br/>For more details and a benchmark ran on multiple Speech-To-Text providers, please visit
|
90 |
[our post](https://medium.com/@gladia.io/gladia-alpha-launch-redefining-what-s-possible-with-speech-to-text-ai-686dd4312a86) on Medium.
|
91 |
<br/><br/>
|
92 |
+
You are more than welcome to join us on [Slack](https://gladia-io.slack.com)
|
93 |
+
and don't forget to get your own API key on [Gladia.io](https://gladia.io/) during the free alpha !
|
94 |
""",
|
95 |
fn=transcribe,
|
96 |
inputs=[
|