Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,9 @@ with gr.Blocks(theme=theme) as demo:
|
|
| 75 |
)
|
| 76 |
output_text1 = gr.Textbox(
|
| 77 |
label="Transcription",
|
| 78 |
-
placeholder="Transcription will appear here..."
|
|
|
|
|
|
|
| 79 |
)
|
| 80 |
upload_button = gr.Button("Transcribe Uploaded Audio")
|
| 81 |
upload_button.click(
|
|
|
|
| 75 |
)
|
| 76 |
output_text1 = gr.Textbox(
|
| 77 |
label="Transcription",
|
| 78 |
+
placeholder="Transcription will appear here...",
|
| 79 |
+
lines=20,
|
| 80 |
+
autoscroll=True
|
| 81 |
)
|
| 82 |
upload_button = gr.Button("Transcribe Uploaded Audio")
|
| 83 |
upload_button.click(
|