Akjava commited on
Commit
8191596
·
1 Parent(s): 379ca27

fix example problems

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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