Spaces:
Runtime error
Runtime error
Commit
·
bce600b
1
Parent(s):
ea8d9d1
Testing info file.
Browse files- spaces_info.py +10 -0
spaces_info.py
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
description = """Gradio Demo for exploring Speech Transcription.
|
2 |
+
|
3 |
+
Upload an audio file or record yourself to see a transcription.
|
4 |
+
The transcription passes through 3 models: transcription, punctuation, and capitalization.
|
5 |
+
All output is given
|
6 |
+
|
7 |
+
Tips:
|
8 |
+
- Large files will take a while to process.
|
9 |
+
- Live recordings is on the second tab.
|
10 |
+
"""
|