paralym commited on
Commit
48f08b3
1 Parent(s): 5a18913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -275,7 +275,7 @@ def add_message(history, message):
275
  if message["text"] is not None:
276
  history.append((message["text"], None))
277
  print("chat_image_num", chat_image_num)
278
- print(f"### Chatbot instance ID: {id(our_chatbot)}")
279
  return history, gr.MultimodalTextbox(value=None, interactive=False)
280
  else:
281
  for x in message["files"]:
 
275
  if message["text"] is not None:
276
  history.append((message["text"], None))
277
  print("chat_image_num", chat_image_num)
278
+ # print(f"### Chatbot instance ID: {id(our_chatbot)}")
279
  return history, gr.MultimodalTextbox(value=None, interactive=False)
280
  else:
281
  for x in message["files"]: