FlawedLLM commited on
Commit
078a2bd
·
verified ·
1 Parent(s): 8febe35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -91,6 +91,8 @@ def bot_streaming(message, history):
91
  buffer += new_text
92
  yield buffer
93
 
 
 
94
 
95
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
96
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
 
91
  buffer += new_text
92
  yield buffer
93
 
94
+ print(conversation)
95
+
96
 
97
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
98
  chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)