Spaces:
Sleeping
Sleeping
V20 Final
Browse files
app.py
CHANGED
|
@@ -229,11 +229,13 @@ def create_interface():
|
|
| 229 |
reference_input = gr.Textbox(
|
| 230 |
placeholder="Enter or paste ground truth text here...",
|
| 231 |
lines=8,
|
| 232 |
-
max_lines=20,
|
| 233 |
-
show_copy_button=True,
|
| 234 |
interactive=True,
|
| 235 |
-
elem_classes="paste-area"
|
| 236 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
|
| 238 |
submit_btn = gr.Button("🚀 Transcribe", variant="primary", size="lg")
|
| 239 |
|
|
|
|
| 229 |
reference_input = gr.Textbox(
|
| 230 |
placeholder="Enter or paste ground truth text here...",
|
| 231 |
lines=8,
|
|
|
|
|
|
|
| 232 |
interactive=True,
|
|
|
|
| 233 |
)
|
| 234 |
+
|
| 235 |
+
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
|
| 239 |
|
| 240 |
submit_btn = gr.Button("🚀 Transcribe", variant="primary", size="lg")
|
| 241 |
|