Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,6 @@ with gr.Blocks(title="Qwen3 ASR Transcriber") as demo:
|
|
| 136 |
transcript = gr.Textbox(
|
| 137 |
label="Transcript",
|
| 138 |
lines=14,
|
| 139 |
-
show_copy_button=True,
|
| 140 |
)
|
| 141 |
|
| 142 |
transcript_file = gr.File(
|
|
|
|
| 136 |
transcript = gr.Textbox(
|
| 137 |
label="Transcript",
|
| 138 |
lines=14,
|
|
|
|
| 139 |
)
|
| 140 |
|
| 141 |
transcript_file = gr.File(
|