Leyo commited on
Commit
c5119b2
1 Parent(s): 22c68cd

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +2 -2
app_dialogue.py CHANGED
@@ -436,7 +436,7 @@ with gr.Blocks(
436
  [
437
  model_selector,
438
  image_fake,
439
- text_fake,
440
  decoding_strategy,
441
  temperature,
442
  max_new_tokens,
@@ -464,7 +464,7 @@ with gr.Blocks(
464
  [
465
  model_selector,
466
  image_fake,
467
- text_fake,
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,