Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ def main_function(uploaded_filepath):
|
|
| 158 |
iface = gr.Interface(
|
| 159 |
fn=main_function,
|
| 160 |
inputs=gr.File(type="filepath"),
|
| 161 |
-
outputs=[gr.Textbox(label="Summary
|
| 162 |
title=title,
|
| 163 |
description=description,
|
| 164 |
examples=examples
|
|
|
|
| 158 |
iface = gr.Interface(
|
| 159 |
fn=main_function,
|
| 160 |
inputs=gr.File(type="filepath"),
|
| 161 |
+
outputs=[gr.Textbox(label="Abstract Summary"), gr.Audio(label="Abstract Summary Audio", type="filepath")],
|
| 162 |
title=title,
|
| 163 |
description=description,
|
| 164 |
examples=examples
|