Spaces:
Running
on
Zero
Running
on
Zero
change example
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with demo_blocks as demo:
|
|
88 |
|
89 |
with gr.Column():
|
90 |
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpeg")
|
91 |
-
test_out = gr.Image(sources=[],label="Example", elem_id="output-
|
92 |
|
93 |
|
94 |
|
|
|
88 |
|
89 |
with gr.Column():
|
90 |
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpeg")
|
91 |
+
test_out = gr.Image(sources=[],label="Example", elem_id="output-img2",type="filepath",format="webp")
|
92 |
|
93 |
|
94 |
|