Commit
·
588da9c
1
Parent(s):
071812d
fix a typo
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with demo:
|
|
| 136 |
label="Recognized speech from recordings"
|
| 137 |
)
|
| 138 |
|
| 139 |
-
record_button = gr.Button("Submit for
|
| 140 |
|
| 141 |
upload_button.click(
|
| 142 |
process,
|
|
|
|
| 136 |
label="Recognized speech from recordings"
|
| 137 |
)
|
| 138 |
|
| 139 |
+
record_button = gr.Button("Submit for recognition")
|
| 140 |
|
| 141 |
upload_button.click(
|
| 142 |
process,
|