Rajagopal commited on
Commit
1bc30dd
·
1 Parent(s): cd88fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": myimageprompt , "resolution": "512x512" }
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)