Spaces:
Runtime error
Runtime error
Commit
·
dadf984
1
Parent(s):
d8e1fc4
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ with block as demo:
|
|
| 483 |
label="Transcription",
|
| 484 |
placeholder="Transcription Output...",
|
| 485 |
lines=10,
|
| 486 |
-
).style(show_copy_button=True
|
| 487 |
|
| 488 |
with gr.Row().style(equal_height=True):
|
| 489 |
summary = gr.Textbox(
|
|
@@ -514,7 +514,7 @@ with block as demo:
|
|
| 514 |
label="Transcription",
|
| 515 |
placeholder="Paste your text...",
|
| 516 |
lines=10,
|
| 517 |
-
).style(show_copy_button=True
|
| 518 |
|
| 519 |
with gr.Row().style(equal_height=True):
|
| 520 |
summary = gr.Textbox(
|
|
|
|
| 483 |
label="Transcription",
|
| 484 |
placeholder="Transcription Output...",
|
| 485 |
lines=10,
|
| 486 |
+
).style(show_copy_button=True)
|
| 487 |
|
| 488 |
with gr.Row().style(equal_height=True):
|
| 489 |
summary = gr.Textbox(
|
|
|
|
| 514 |
label="Transcription",
|
| 515 |
placeholder="Paste your text...",
|
| 516 |
lines=10,
|
| 517 |
+
).style(show_copy_button=True)
|
| 518 |
|
| 519 |
with gr.Row().style(equal_height=True):
|
| 520 |
summary = gr.Textbox(
|