Spaces:
Running
on
Zero
Running
on
Zero
resize back 32
Browse files
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 |
|