Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ summarization_output = gr.outputs.Textbox(label="Summarization Output")
|
|
32 |
translation_output = gr.outputs.Textbox(label="Translation Output")
|
33 |
|
34 |
gr.Interface(
|
35 |
-
fn=[summarize_text,
|
36 |
inputs=input_text,
|
37 |
outputs=[summarization_output, translation_output],
|
38 |
layout="vertical",
|
|
|
32 |
translation_output = gr.outputs.Textbox(label="Translation Output")
|
33 |
|
34 |
gr.Interface(
|
35 |
+
fn=[summarize_text, translate_text],
|
36 |
inputs=input_text,
|
37 |
outputs=[summarization_output, translation_output],
|
38 |
layout="vertical",
|