Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ZennyKenny
commited on
remove playback module
Browse files
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,
|