eltociear commited on
Commit
d5c9c9d
·
unverified ·
1 Parent(s): ff25fba

📝 fix typo

Browse files

ouput -> output

Files changed (1) hide show
  1. examples/analyze_dataset.py +1 -1
examples/analyze_dataset.py CHANGED
@@ -15,7 +15,7 @@ async def main():
15
  user_request, files=files
16
  )
17
 
18
- # ouput the response (text + image)
19
  print("AI: ", response.content)
20
  for file in response.files:
21
  file.show_image()
 
15
  user_request, files=files
16
  )
17
 
18
+ # output the response (text + image)
19
  print("AI: ", response.content)
20
  for file in response.files:
21
  file.show_image()