youngtsai commited on
Commit
ef458b0
·
1 Parent(s): 53e2fad

outputs=[

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -613,7 +613,7 @@ with gr.Blocks() as demo:
613
  correct_grammatical_spelling_errors_output,
614
  refine_output
615
  ],
616
- output=[
617
  paragraph_save_output,
618
  audio_output
619
  ]
 
613
  correct_grammatical_spelling_errors_output,
614
  refine_output
615
  ],
616
+ outputs=[
617
  paragraph_save_output,
618
  audio_output
619
  ]