Spaces:
Runtime error
Runtime error
Commit
·
a806594
1
Parent(s):
0f8a7a6
better crop verbiage
Browse files
app.py
CHANGED
@@ -169,13 +169,13 @@ notes = gr.Markdown()
|
|
169 |
output_image = gr.Image()
|
170 |
data_table = gr.Dataframe(height=250, render=False)
|
171 |
|
172 |
-
crop_top = gr.Text(label="top", placeholder="top", container=False, render=False)
|
173 |
-
crop_x0 = gr.Text(label="x0", placeholder="left", container=False, render=False)
|
174 |
crop_x1 = gr.Text(
|
175 |
-
label="x1", placeholder="right (from page left)", container=False, render=False
|
176 |
)
|
177 |
crop_bottom = gr.Text(
|
178 |
-
label="bottom", placeholder="bottom (from page top)", container=False, render=False
|
179 |
)
|
180 |
|
181 |
vertical_strategy = gr.Dropdown(
|
|
|
169 |
output_image = gr.Image()
|
170 |
data_table = gr.Dataframe(height=250, render=False)
|
171 |
|
172 |
+
crop_top = gr.Text(label="Crop (top)", placeholder="top", container=False, render=False)
|
173 |
+
crop_x0 = gr.Text(label=" Crop (x0)", placeholder="left", container=False, render=False)
|
174 |
crop_x1 = gr.Text(
|
175 |
+
label="Crop (x1)", placeholder="right (from page left)", container=False, render=False
|
176 |
)
|
177 |
crop_bottom = gr.Text(
|
178 |
+
label="Crop (bottom)", placeholder="bottom (from page top)", container=False, render=False
|
179 |
)
|
180 |
|
181 |
vertical_strategy = gr.Dropdown(
|