Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|