Akjava commited on
Commit
8df9c68
·
1 Parent(s): ba8ad6f

resize back 32

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ with gr.Blocks(css=css, elem_id="demo-container") as demo:
142
  id_input=gr.Text(label="Name", visible=False)
143
 
144
  with gr.Column():
145
- image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpg")
146
 
147
 
148
 
 
142
  id_input=gr.Text(label="Name", visible=False)
143
 
144
  with gr.Column():
145
+ image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpg",type="pil")
146
 
147
 
148