Akjava commited on
Commit
bf0c914
1 Parent(s): 3a6ee12

change example

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-img",type="filepath")
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