Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def summarize_and_convert_to_audio(pdf_path, abstract_page):
|
|
26 |
|
27 |
iface = gr.Interface(
|
28 |
fn=summarize_and_convert_to_audio,
|
29 |
-
inputs=["file", "
|
30 |
outputs="audio",
|
31 |
live=True
|
32 |
)
|
|
|
26 |
|
27 |
iface = gr.Interface(
|
28 |
fn=summarize_and_convert_to_audio,
|
29 |
+
inputs=["file", "text"],
|
30 |
outputs="audio",
|
31 |
live=True
|
32 |
)
|