Spaces:
Running on Zero
Running on Zero
Rawal Khirodkar commited on
Commit ·
0bf7027
1
Parent(s): 6d61142
Normal: simplify slider label to 'Input ↔ Normal'
Browse files
app.py
CHANGED
|
@@ -241,7 +241,7 @@ with gr.Blocks(title="Sapiens2 Normal", theme=gr.themes.Soft(), css=CUSTOM_CSS)
|
|
| 241 |
with gr.Row(equal_height=True):
|
| 242 |
inp = gr.Image(label="Input", type="pil", height=640)
|
| 243 |
out_img = gr.ImageSlider(
|
| 244 |
-
label="Input ↔ Normal
|
| 245 |
type="pil",
|
| 246 |
height=640,
|
| 247 |
max_height=640,
|
|
|
|
| 241 |
with gr.Row(equal_height=True):
|
| 242 |
inp = gr.Image(label="Input", type="pil", height=640)
|
| 243 |
out_img = gr.ImageSlider(
|
| 244 |
+
label="Input ↔ Normal",
|
| 245 |
type="pil",
|
| 246 |
height=640,
|
| 247 |
max_height=640,
|