Sarath0x8f commited on
Commit
035314b
·
verified ·
1 Parent(s): 6dc4e64

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]}->{response}")
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]}->{response}")
55
 
56
  def encode_image(image_path):
57
  with open(image_path, "rb") as image_file: