artintel235 commited on
Commit
153920b
·
verified ·
1 Parent(s): c4defc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ interface = gr.Interface(
71
  ),
72
  gr.Checkbox(label="Realism", value=False), # Checkbox for realism (True/False)
73
  ],
74
- outputs=gr.Image(type="file"), # Output image
75
  title="Image Generator",
76
  description="Provide a prompt, select an aspect ratio, and set realism to generate an image.",
77
  )
 
71
  ),
72
  gr.Checkbox(label="Realism", value=False), # Checkbox for realism (True/False)
73
  ],
74
+ outputs=gr.Image(type="pil"), # Output image
75
  title="Image Generator",
76
  description="Provide a prompt, select an aspect ratio, and set realism to generate an image.",
77
  )