Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
78 |
value=1.0,
|
79 |
)
|
80 |
with gr.Column():
|
81 |
-
result = gr.Image(label="Result", elem_id="result")
|
82 |
prompt = gr.Text(
|
83 |
label="Prompt",
|
84 |
show_label=True,
|
|
|
78 |
value=1.0,
|
79 |
)
|
80 |
with gr.Column():
|
81 |
+
result = gr.Image(label="Result", elem_id="result", type="pil")
|
82 |
prompt = gr.Text(
|
83 |
label="Prompt",
|
84 |
show_label=True,
|