Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ if st.button("Ask for ideas "):
|
|
68 |
|
69 |
|
70 |
if st.button("Visuvalize for ideas "):
|
71 |
-
body = { "caption":
|
72 |
|
73 |
imageapi_version = '2022-08-03-preview'
|
74 |
url = "{}dalle/text-to-image?api-version={}".format(image_api_base, imageapi_version)
|
|
|
68 |
|
69 |
|
70 |
if st.button("Visuvalize for ideas "):
|
71 |
+
body = { "caption": yourquestion , "resolution": "512x512" }
|
72 |
|
73 |
imageapi_version = '2022-08-03-preview'
|
74 |
url = "{}dalle/text-to-image?api-version={}".format(image_api_base, imageapi_version)
|