prithivMLmods commited on
Commit
78262bb
·
verified ·
1 Parent(s): ddab8a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,7 +549,7 @@ with block as demo:
549
 
550
  generated_images = gr.Image(
551
  label="Generated Images",
552
- type="PIL" # Display the PIL image
553
  )
554
 
555
 
 
549
 
550
  generated_images = gr.Image(
551
  label="Generated Images",
552
+ type="pil" # Display the PIL image
553
  )
554
 
555