plebias commited on
Commit
6a18bed
·
verified ·
1 Parent(s): aacf2d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )