Spaces:
Runtime error
Runtime error
fix: Add transcript editting function
Browse files- src/obs_eval_gradio.py +2 -1
src/obs_eval_gradio.py
CHANGED
|
@@ -377,8 +377,9 @@ def main():
|
|
| 377 |
)
|
| 378 |
transcript_box = gr.Textbox(
|
| 379 |
label="Audio Transcript",
|
|
|
|
| 380 |
lines=8,
|
| 381 |
-
interactive=
|
| 382 |
)
|
| 383 |
|
| 384 |
gr.Markdown("## 2nd STEP. Set Evaluation Rubric")
|
|
|
|
| 377 |
)
|
| 378 |
transcript_box = gr.Textbox(
|
| 379 |
label="Audio Transcript",
|
| 380 |
+
info="(You can EDIT by yourself)",
|
| 381 |
lines=8,
|
| 382 |
+
interactive=True,
|
| 383 |
)
|
| 384 |
|
| 385 |
gr.Markdown("## 2nd STEP. Set Evaluation Rubric")
|