Dominic commited on
Commit
f02c854
·
unverified ·
1 Parent(s): 44d7443

🔧 fix typo

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ file.show_image()
32
  print("AI: ", output.content)
33
 
34
  # terminate the session
35
- await session.stop()
36
 
37
  ```
38
  ## Output
 
32
  print("AI: ", output.content)
33
 
34
  # terminate the session
35
+ await session.astop()
36
 
37
  ```
38
  ## Output