chansung commited on
Commit
cdbddd7
·
verified ·
1 Parent(s): b23bc1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -50,6 +50,7 @@ async def echo(message, history, state, persona):
50
  "expiration_time": path_gcp.expiration_time,
51
  })
52
  attached_file = path_wrap
 
53
 
54
  user_message_parts = [types.Part.from_text(text=message['text'])]
55
  if attached_file: user_message_parts.append(attached_file)
 
50
  "expiration_time": path_gcp.expiration_time,
51
  })
52
  attached_file = path_wrap
53
+ print(attached_file)
54
 
55
  user_message_parts = [types.Part.from_text(text=message['text'])]
56
  if attached_file: user_message_parts.append(attached_file)