text
Browse files
app.py
CHANGED
|
@@ -111,7 +111,7 @@ with gr.Blocks() as demo:
|
|
| 111 |
|
| 112 |
with gr.Tab('Examples'):
|
| 113 |
|
| 114 |
-
explain = gr.Markdown("Click image to update")
|
| 115 |
with gr.Column(scale=0):
|
| 116 |
mask_ratio_slider = gr.Slider(minimum=0.0, maximum=0.99, value=0.9, step=0.01, label="Mask Ratio", min_width=300, scale=0)
|
| 117 |
|
|
|
|
| 111 |
|
| 112 |
with gr.Tab('Examples'):
|
| 113 |
|
| 114 |
+
explain = gr.Markdown("## Click an image to update")
|
| 115 |
with gr.Column(scale=0):
|
| 116 |
mask_ratio_slider = gr.Slider(minimum=0.0, maximum=0.99, value=0.9, step=0.01, label="Mask Ratio", min_width=300, scale=0)
|
| 117 |
|