Spaces:
Runtime error
Runtime error
Dominic
commited on
🔧 fix typo
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ file.show_image()
|
|
| 32 |
print("AI: ", output.content)
|
| 33 |
|
| 34 |
# terminate the session
|
| 35 |
-
await session.
|
| 36 |
|
| 37 |
```
|
| 38 |
## Output
|
|
|
|
| 32 |
print("AI: ", output.content)
|
| 33 |
|
| 34 |
# terminate the session
|
| 35 |
+
await session.astop()
|
| 36 |
|
| 37 |
```
|
| 38 |
## Output
|