Spaces:
Runtime error
Runtime error
Add application file
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main_function(uploaded_filepath):
|
|
146 |
iface = gr.Interface(
|
147 |
fn=main_function,
|
148 |
inputs=gr.File(type="filepath"),
|
149 |
-
outputs=[gr.Textbox(label="Summary Text"), gr.Audio(label="Summary Audio", type="filepath")]
|
150 |
description=description
|
151 |
)
|
152 |
|
|
|
146 |
iface = gr.Interface(
|
147 |
fn=main_function,
|
148 |
inputs=gr.File(type="filepath"),
|
149 |
+
outputs=[gr.Textbox(label="Summary Text"), gr.Audio(label="Summary Audio", type="filepath")],
|
150 |
description=description
|
151 |
)
|
152 |
|