sandz7 commited on
Commit
44a8369
Β·
1 Parent(s): 0d815c8

typo on multimodal_and_generation() print

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def multimodal_and_generation(message, history):
58
  for PIL and with the prompt both are passed to proper generation,
59
  depending on the request from prompt, that prompt output will return here.
60
  """
61
- print(f"Message:\n{message}\nType:\n{type.message}")
62
  if message["files"]:
63
  if type(message["files"][-1]) == dict:
64
  image_path = message["files"][-1]["path"]
 
58
  for PIL and with the prompt both are passed to proper generation,
59
  depending on the request from prompt, that prompt output will return here.
60
  """
61
+ print(f"Message:\n{message}\nType:\n{type(message)}")
62
  if message["files"]:
63
  if type(message["files"][-1]) == dict:
64
  image_path = message["files"][-1]["path"]