AlexKoff88 commited on
Commit
a4e05f7
·
1 Parent(s): 8697c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ gr.Interface(
18
  label="Prompt"
19
  "query",
20
  lines=1),
21
- outputs=gr.outputs.Image(type="auto", label="Generated Image"),
22
  title="Quantized stable diffusion",
23
  description="",
24
  theme="huggingface",
 
18
  label="Prompt"
19
  "query",
20
  lines=1),
21
+ outputs=gr.outputs.Image(type="pil", label="Generated Image"),
22
  title="Quantized stable diffusion",
23
  description="",
24
  theme="huggingface",