VinayHajare commited on
Commit
5f557d3
·
verified ·
1 Parent(s): 182197c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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")