KaiChen1998 commited on
Commit
03a2698
·
verified ·
1 Parent(s): b941daa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -233,7 +233,6 @@ def http_bot(state, temperature, top_p, max_new_tokens, speaker):
233
  logging.info(f"==== request ====\n{pload}")
234
 
235
  # Process inputs
236
- logging.info(f"++++++++++++++++++++++++++++++++\n{prompt}\n")
237
  inputs = processor(text=[prompt], images=all_images if len(all_images) > 0 else None, return_tensors="pt")
238
  inputs.to(model.device)
239
  if len(all_images) > 0:
 
233
  logging.info(f"==== request ====\n{pload}")
234
 
235
  # Process inputs
 
236
  inputs = processor(text=[prompt], images=all_images if len(all_images) > 0 else None, return_tensors="pt")
237
  inputs.to(model.device)
238
  if len(all_images) > 0: