tonyassi commited on
Commit
0012826
Β·
verified Β·
1 Parent(s): f33c5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ with gr.Blocks() as demo:
13
  with gr.Column():
14
  img1 = gr.Image(label='Image 1', type='filepath')
15
  img2 = gr.Image(label='Image 2',type='filepath')
16
- slider = gr.Slider(label='Weight', maximum=1.0, value=0.5)
17
  btn = gr.Button("Blend")
18
  with gr.Column():
19
  output = gr.Image(label='Result')
 
13
  with gr.Column():
14
  img1 = gr.Image(label='Image 1', type='filepath')
15
  img2 = gr.Image(label='Image 2',type='filepath')
16
+ slider = gr.Slider(label='Weight (Image 1 is 0.0 | Image 2 is 1.0)', maximum=1.0, value=0.5)
17
  btn = gr.Button("Blend")
18
  with gr.Column():
19
  output = gr.Image(label='Result')