alexkueck commited on
Commit
0916244
1 Parent(s): 34690ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,7 +573,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
573
  max_context_length_tokens,
574
  repetition_penalty
575
  ],
576
- outputs=[chatbot, status_display], #[ chatbot, history, status_display],
577
  show_progress=True,
578
  )
579
 
 
573
  max_context_length_tokens,
574
  repetition_penalty
575
  ],
576
+ outputs=[chatbot, status_display], #[chatbot, history, status_display]
577
  show_progress=True,
578
  )
579