Spaces:
Runtime error
Runtime error
Description change.
Browse files- .gitignore +1 -0
- app.py +1 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
__pycache__/sendToSheets.cpython-38.pyc
|
app.py
CHANGED
|
@@ -46,6 +46,7 @@ gr.Interface(fn=transcribe,
|
|
| 46 |
#live=True,
|
| 47 |
allow_flagging='never',
|
| 48 |
title=title,
|
|
|
|
| 49 |
article="Transcribed texts and keywords can be viewed here at: https://docs.google.com/spreadsheets/d/1U50M1BpGd7mAK6BsHNE06EocMDM9-FXK3jDGHb33x8E/edit?usp=sharing. This link will be disabled after Oct 2022."
|
| 50 |
).launch(
|
| 51 |
# enable_queue=True,
|
|
|
|
| 46 |
#live=True,
|
| 47 |
allow_flagging='never',
|
| 48 |
title=title,
|
| 49 |
+
description = "How to use: Click on 'Record from microphone'. Say your line and click on 'Stop recording'. Click submit.",
|
| 50 |
article="Transcribed texts and keywords can be viewed here at: https://docs.google.com/spreadsheets/d/1U50M1BpGd7mAK6BsHNE06EocMDM9-FXK3jDGHb33x8E/edit?usp=sharing. This link will be disabled after Oct 2022."
|
| 51 |
).launch(
|
| 52 |
# enable_queue=True,
|