Spaces:
Sleeping
Sleeping
Hamam
commited on
update app.py
Browse files
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
|
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')
|