Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
|
|
| 48 |
generate_summaries_button.click(
|
| 49 |
fn = generate_output,
|
| 50 |
inputs=[summarization_method_radio, files],
|
| 51 |
-
outputs=[summary_text,
|
| 52 |
)
|
| 53 |
|
| 54 |
|
|
|
|
| 48 |
generate_summaries_button.click(
|
| 49 |
fn = generate_output,
|
| 50 |
inputs=[summarization_method_radio, files],
|
| 51 |
+
outputs=[summary_text, summary_audio]
|
| 52 |
)
|
| 53 |
|
| 54 |
|