jjuarez commited on
Commit
bff1eec
1 Parent(s): 3f05bd9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, translate],
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",