ZennyKenny commited on
Commit
c049d83
·
verified ·
1 Parent(s): 4d0d51c

remove playback module

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -69,7 +69,6 @@ def main():
69
  with gr.Column():
70
  transcription_output = gr.Textbox(label="Transcription", lines=10)
71
  summary_output = gr.Textbox(label="Summary", lines=5)
72
- audio_output = gr.Audio(label="Playback Processed Audio")
73
 
74
  process_button.click(
75
  process_audio,
 
69
  with gr.Column():
70
  transcription_output = gr.Textbox(label="Transcription", lines=10)
71
  summary_output = gr.Textbox(label="Summary", lines=5)
 
72
 
73
  process_button.click(
74
  process_audio,