Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ summary_text = gr.Text()
|
|
46 |
iface = gr.Interface(
|
47 |
fn=audio_pdf,
|
48 |
inputs=inputs,
|
49 |
-
outputs=[summary_text,audio_summary]
|
50 |
title="PDF Summarizer",
|
51 |
examples=["Attention_is_all_you_need.pdf", "ImageNet_Classification.pdf"]
|
52 |
)
|
|
|
46 |
iface = gr.Interface(
|
47 |
fn=audio_pdf,
|
48 |
inputs=inputs,
|
49 |
+
outputs=[summary_text,audio_summary],
|
50 |
title="PDF Summarizer",
|
51 |
examples=["Attention_is_all_you_need.pdf", "ImageNet_Classification.pdf"]
|
52 |
)
|