mgokg commited on
Commit
846bc4d
·
verified ·
1 Parent(s): a4bb38a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ if __name__ == '__main__':
103
  submit_button.click(
104
  fn=generate,
105
  inputs=input_textbox,
106
- outputs=[output_textbox, input_textbox]
107
  )
108
 
109
  demo.launch(show_error=True)
 
103
  submit_button.click(
104
  fn=generate,
105
  inputs=input_textbox,
106
+ outputs=[output_textbox]
107
  )
108
 
109
  demo.launch(show_error=True)