Update app.py
Browse files
app.py
CHANGED
|
@@ -128,6 +128,7 @@ async def main():
|
|
| 128 |
for i, file in enumerate(response.files):
|
| 129 |
# await file.asave(f"/Users/yunshi/Downloads/360Data/Data Center/Working-On Task/演讲与培训/2023ChatGPT/Coding/code_interpreter/output{i}.png") ##working.
|
| 130 |
# st.image(file.get_image() #! working.
|
|
|
|
| 131 |
st.image(file.get_image(), width=500) #! working.
|
| 132 |
|
| 133 |
|
|
|
|
| 128 |
for i, file in enumerate(response.files):
|
| 129 |
# await file.asave(f"/Users/yunshi/Downloads/360Data/Data Center/Working-On Task/演讲与培训/2023ChatGPT/Coding/code_interpreter/output{i}.png") ##working.
|
| 130 |
# st.image(file.get_image() #! working.
|
| 131 |
+
file.show_image()
|
| 132 |
st.image(file.get_image(), width=500) #! working.
|
| 133 |
|
| 134 |
|