Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def respond(
|
|
51 |
response += token
|
52 |
yield response
|
53 |
|
54 |
-
print(f"{datetime.datetime
|
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:
|