Sarath0x8f commited on
Commit
8e1ebe6
·
verified ·
1 Parent(s): b86c3df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -47,6 +47,9 @@ def respond(
47
  token = message.choices[0].delta.content
48
  response += token
49
  yield response
 
 
 
50
 
51
  def encode_image(image_path):
52
  with open(image_path, "rb") as image_file:
 
47
  token = message.choices[0].delta.content
48
  response += token
49
  yield response
50
+
51
+ print(f"{message}->{response})
52
+
53
 
54
  def encode_image(image_path):
55
  with open(image_path, "rb") as image_file: