Spaces:
Paused
Paused
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
|
@@ -436,7 +436,7 @@ with gr.Blocks(
|
|
| 436 |
[
|
| 437 |
model_selector,
|
| 438 |
image_fake,
|
| 439 |
-
|
| 440 |
decoding_strategy,
|
| 441 |
temperature,
|
| 442 |
max_new_tokens,
|
|
@@ -464,7 +464,7 @@ with gr.Blocks(
|
|
| 464 |
[
|
| 465 |
model_selector,
|
| 466 |
image_fake,
|
| 467 |
-
|
| 468 |
decoding_strategy,
|
| 469 |
temperature,
|
| 470 |
max_new_tokens,
|
|
|
|
| 436 |
[
|
| 437 |
model_selector,
|
| 438 |
image_fake,
|
| 439 |
+
chatbot,
|
| 440 |
decoding_strategy,
|
| 441 |
temperature,
|
| 442 |
max_new_tokens,
|
|
|
|
| 464 |
[
|
| 465 |
model_selector,
|
| 466 |
image_fake,
|
| 467 |
+
chatbot,
|
| 468 |
decoding_strategy,
|
| 469 |
temperature,
|
| 470 |
max_new_tokens,
|