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