han1997 commited on
Commit
fe3417c
1 Parent(s): de7186d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ prompt_builder = vlm.get_prompt_builder()
39
  def bot_streaming(message, history, temperature, top_k, max_new_tokens):
40
  if len(history) == 0:
41
  prompt_builder.prompt, prompt_builder.turn_count = "", 0
42
- print(message)
43
  if message["files"]:
44
  image = message["files"][-1]["path"]
45
  else:
 
39
  def bot_streaming(message, history, temperature, top_k, max_new_tokens):
40
  if len(history) == 0:
41
  prompt_builder.prompt, prompt_builder.turn_count = "", 0
 
42
  if message["files"]:
43
  image = message["files"][-1]["path"]
44
  else: