Sarath0x8f commited on
Commit
0bce74b
·
verified ·
1 Parent(s): ab5819c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def respond(
51
  response += token
52
  yield response
53
 
54
- print(f"{datetime.datetime.now()}::{messages[-1]["content"]}->{response}\n")
55
 
56
  def encode_image(image_path):
57
  with open(image_path, "rb") as image_file:
 
51
  response += token
52
  yield response
53
 
54
+ print(f"{datetime.datetime.now()}::{messages[-1]['content']}->{response}\n")
55
 
56
  def encode_image(image_path):
57
  with open(image_path, "rb") as image_file: