MisterAI commited on
Commit
4e3fd2c
·
verified ·
1 Parent(s): 89497da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with demo:
121
  submit_button.click(
122
  main,
123
  inputs=[input_text, max_length_slider, temperature_slider, model_name_textbox, history],
124
- outputs=[output_text, history],
125
  queue=False
126
  )
127
 
 
121
  submit_button.click(
122
  main,
123
  inputs=[input_text, max_length_slider, temperature_slider, model_name_textbox, history],
124
+ outputs=[output_text],
125
  queue=False
126
  )
127