Spaces:
Running
on
Zero
Running
on
Zero
fix example problems
Browse files
app.py
CHANGED
@@ -90,7 +90,6 @@ with demo_blocks as demo:
|
|
90 |
|
91 |
with gr.Column():
|
92 |
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpeg")
|
93 |
-
test_out = gr.Image(sources=['upload','clipboard'],label="Dummy Example", elem_id="output-img2",type="pil")
|
94 |
|
95 |
|
96 |
|
|
|
90 |
|
91 |
with gr.Column():
|
92 |
image_out = gr.Image(height=800,sources=[],label="Output", elem_id="output-img",format="jpeg")
|
|
|
93 |
|
94 |
|
95 |
|