Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(css=css) as demo:
|
|
347 |
)
|
348 |
|
349 |
with gr.Column():
|
350 |
-
result = gr.Image(
|
351 |
|
352 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
353 |
|
|
|
347 |
)
|
348 |
|
349 |
with gr.Column():
|
350 |
+
result = gr.Image(label="Generated Image", type="pil")
|
351 |
|
352 |
history_gallery = gr.Gallery(label="History", columns=6, object_fit="contain", interactive=False)
|
353 |
|