Spaces:
Runtime error
Runtime error
📝 fix typo
Browse filesouput -> output
README.md
CHANGED
|
@@ -40,7 +40,7 @@ async def main():
|
|
| 40 |
"Plot the bitcoin chart of 2023 YTD"
|
| 41 |
)
|
| 42 |
|
| 43 |
-
#
|
| 44 |
print("AI: ", response.content)
|
| 45 |
for file in response.files:
|
| 46 |
file.show_image()
|
|
|
|
| 40 |
"Plot the bitcoin chart of 2023 YTD"
|
| 41 |
)
|
| 42 |
|
| 43 |
+
# output the response (text + image)
|
| 44 |
print("AI: ", response.content)
|
| 45 |
for file in response.files:
|
| 46 |
file.show_image()
|