Spaces:
Runtime error
Runtime error
VinayHajare
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ with gr.Blocks(css=css) as app:
|
|
36 |
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
-
image_output1 = gr.Image(type="pil", label="Generated Image 1")
|
40 |
-
image_output2 = gr.Image(type="pil", label="Generated Image 2")
|
41 |
|
42 |
with gr.Column():
|
43 |
image_output3 = gr.Image(type="pil", label="Generated Image 3")
|
|
|
36 |
|
37 |
with gr.Row():
|
38 |
with gr.Column():
|
39 |
+
image_output1 = gr.Image(type="pil", format = "jpeg", label="Generated Image 1")
|
40 |
+
image_output2 = gr.Image(type="pil", format = "jpeg", label="Generated Image 2")
|
41 |
|
42 |
with gr.Column():
|
43 |
image_output3 = gr.Image(type="pil", label="Generated Image 3")
|