Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -881,7 +881,7 @@ with gr.Blocks(js=js) as demo:
|
|
881 |
with gr.Tab("Summarisation from Audio") as tab2:
|
882 |
trans2summary = gr.Interface(
|
883 |
fn=get_summary_from_transcript,
|
884 |
-
inputs=trans_textbox,
|
885 |
outputs=summ_textbox,
|
886 |
allow_flagging = 'never'
|
887 |
)
|
|
|
881 |
with gr.Tab("Summarisation from Audio") as tab2:
|
882 |
trans2summary = gr.Interface(
|
883 |
fn=get_summary_from_transcript,
|
884 |
+
inputs=trans_textbox(label = 'Edit road names as required (e.g. Lawney --> Lornie)', interactive = True),
|
885 |
outputs=summ_textbox,
|
886 |
allow_flagging = 'never'
|
887 |
)
|