UI - added more info about allowing another user to let use the app
Browse files
app.py
CHANGED
|
@@ -122,6 +122,8 @@ with gr.Blocks() as demo:
|
|
| 122 |
"<li>Click “Record”</li>"
|
| 123 |
"<li><strong>Allow microphone</strong> access and start speaking.</li>"
|
| 124 |
"<li>Watch live text appear in the <strong>Transcription</strong> box.</li>"
|
|
|
|
|
|
|
| 125 |
"</ol>"
|
| 126 |
)
|
| 127 |
tech_data = [
|
|
|
|
| 122 |
"<li>Click “Record”</li>"
|
| 123 |
"<li><strong>Allow microphone</strong> access and start speaking.</li>"
|
| 124 |
"<li>Watch live text appear in the <strong>Transcription</strong> box.</li>"
|
| 125 |
+
"<li>Click “Stop”</li>"
|
| 126 |
+
"<li><strong>Copy your transcription and close/refresh the tab</strong> allowing next awaiting person to use the app.</li>"
|
| 127 |
"</ol>"
|
| 128 |
)
|
| 129 |
tech_data = [
|