Spaces:
Running
on
Zero
Running
on
Zero
change jpg
Browse files
app.py
CHANGED
|
@@ -89,7 +89,7 @@ with demo_blocks as demo:
|
|
| 89 |
id_input=gr.Text(label="Name", visible=False)
|
| 90 |
|
| 91 |
with gr.Column():
|
| 92 |
-
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="
|
| 93 |
|
| 94 |
|
| 95 |
|
|
|
|
| 89 |
id_input=gr.Text(label="Name", visible=False)
|
| 90 |
|
| 91 |
with gr.Column():
|
| 92 |
+
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpg")
|
| 93 |
|
| 94 |
|
| 95 |
|