camparchimedes commited on
Commit
4e4accc
·
verified ·
1 Parent(s): 8ec53db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -154,8 +154,8 @@ with iface:
154
  gr.Markdown("# Upload an audio file to get the transcription")
155
  audio_input = gr.Audio(type="filepath")
156
  batch_size_input = gr.Slider(minimum=7, maximum=16, step=1, label="Batch Size")
157
- transcription_output = gr.Textbox("Transcription | nb-whisper-large-semantic")
158
- summary_output = gr.Textbox("Summary | TextRank, graph-based")
159
  pdf_output = gr.File(label="Download PDF")
160
  transcribe_button = gr.Button("Transcribe and Summarize")
161
 
 
154
  gr.Markdown("# Upload an audio file to get the transcription")
155
  audio_input = gr.Audio(type="filepath")
156
  batch_size_input = gr.Slider(minimum=7, maximum=16, step=1, label="Batch Size")
157
+ transcription_output = gr.Textbox(label="Transcription | nb-whisper-large-semantic")
158
+ summary_output = gr.Textbox(label="Summary | TextRank, graph-based")
159
  pdf_output = gr.File(label="Download PDF")
160
  transcribe_button = gr.Button("Transcribe and Summarize")
161