ruslanmv commited on
Commit
397d009
·
verified ·
1 Parent(s): a65dc3e

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -327,7 +327,7 @@ def send_message(image, text,
327
  # =============================================================================
328
  def clear_chat():
329
  # Clear unified conversation, vision state, and internal text state.
330
- return [], [], [], "", None
331
 
332
  # =============================================================================
333
  # UI Layout with Gradio
 
327
  # =============================================================================
328
  def clear_chat():
329
  # Clear unified conversation, vision state, and internal text state.
330
+ return [], [], [], [], "", None
331
 
332
  # =============================================================================
333
  # UI Layout with Gradio