Hamam commited on
Commit
8a47d13
·
verified ·
1 Parent(s): 42cd559

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks() as demo:
119
  with gr.Row():
120
  with gr.Column():
121
  bw_image = gr.Image(label='Black and White Input Image')
122
- btn = gr.Button('Convert using DDColor')
123
  with gr.Column():
124
  col_image_slider =ImageSlider(position=0.5,
125
  label='Colored Image with Slider-view')
 
119
  with gr.Row():
120
  with gr.Column():
121
  bw_image = gr.Image(label='Black and White Input Image')
122
+ btn = gr.Button('Convert')
123
  with gr.Column():
124
  col_image_slider =ImageSlider(position=0.5,
125
  label='Colored Image with Slider-view')