Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -452,10 +452,10 @@ with gr.Blocks() as demo:
|
|
452 |
description_input,
|
453 |
advantages_input,
|
454 |
*selections,
|
455 |
-
gpt4o_temperature,
|
456 |
-
gigachat_pro_temperature,
|
457 |
-
gigachat_lite_temperature,
|
458 |
-
gigachat_plus_temperature
|
459 |
],
|
460 |
outputs=[prompt_display, output_text_gpt4o, output_text_gigachat_pro, output_text_gigachat_lite, output_text_gigachat_plus]
|
461 |
)
|
|
|
452 |
description_input,
|
453 |
advantages_input,
|
454 |
*selections,
|
455 |
+
gpt4o_temperature.value,
|
456 |
+
gigachat_pro_temperature.value,
|
457 |
+
gigachat_lite_temperature.value,
|
458 |
+
gigachat_plus_temperature.value
|
459 |
],
|
460 |
outputs=[prompt_display, output_text_gpt4o, output_text_gigachat_pro, output_text_gigachat_lite, output_text_gigachat_plus]
|
461 |
)
|