Spaces:
Build error
Build error
Commit
·
a4e05f7
1
Parent(s):
8697c99
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ gr.Interface(
|
|
| 18 |
label="Prompt"
|
| 19 |
"query",
|
| 20 |
lines=1),
|
| 21 |
-
outputs=gr.outputs.Image(type="
|
| 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",
|