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