Tejasva-Maurya commited on
Commit
0799051
·
verified ·
1 Parent(s): a915a3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -279,7 +279,7 @@ def platform_page():
279
  with cols[1]:
280
  with st.spinner(f"Generating Image {5}..."):
281
  try:
282
- image_bytes = image_functions[1](prompts[2])
283
  image = Image.open(io.BytesIO(image_bytes))
284
  st.image(
285
  image,
@@ -294,7 +294,7 @@ def platform_page():
294
  with cols[2]:
295
  with st.spinner(f"Generating Image {6}..."):
296
  try:
297
- image_bytes = image_functions[1](prompts[3])
298
  image = Image.open(io.BytesIO(image_bytes))
299
  st.image(
300
  image,
 
279
  with cols[1]:
280
  with st.spinner(f"Generating Image {5}..."):
281
  try:
282
+ image_bytes = image_functions[1](prompts[1])
283
  image = Image.open(io.BytesIO(image_bytes))
284
  st.image(
285
  image,
 
294
  with cols[2]:
295
  with st.spinner(f"Generating Image {6}..."):
296
  try:
297
+ image_bytes = image_functions[1](prompts[2])
298
  image = Image.open(io.BytesIO(image_bytes))
299
  st.image(
300
  image,