Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Dummy labels
Browse files
app.py
CHANGED
@@ -151,9 +151,11 @@ with gr.Blocks() as interface:
|
|
151 |
)
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|
|
|
154 |
with gr.Column():
|
155 |
enlarge_top = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on top", info = "in pixels")
|
156 |
with gr.Column():
|
|
|
157 |
with gr.Row():
|
158 |
with gr.Column():
|
159 |
enlarge_left = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on left", info = "in pixels")
|
@@ -163,9 +165,11 @@ with gr.Blocks() as interface:
|
|
163 |
enlarge_right = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on right", info = "in pixels")
|
164 |
with gr.Row():
|
165 |
with gr.Column():
|
|
|
166 |
with gr.Column():
|
167 |
enlarge_bottom = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on bottom", info = "in pixels")
|
168 |
with gr.Column():
|
|
|
169 |
with gr.Row():
|
170 |
with gr.Row():
|
171 |
prompt = gr.Textbox(label = 'Prompt', info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = 'Describe what you want to see in the entire image')
|
|
|
151 |
)
|
152 |
with gr.Row():
|
153 |
with gr.Column():
|
154 |
+
dummy_1 = gr.Label()
|
155 |
with gr.Column():
|
156 |
enlarge_top = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on top", info = "in pixels")
|
157 |
with gr.Column():
|
158 |
+
dummy_2 = gr.Label()
|
159 |
with gr.Row():
|
160 |
with gr.Column():
|
161 |
enlarge_left = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on left", info = "in pixels")
|
|
|
165 |
enlarge_right = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on right", info = "in pixels")
|
166 |
with gr.Row():
|
167 |
with gr.Column():
|
168 |
+
dummy_3 = gr.Label()
|
169 |
with gr.Column():
|
170 |
enlarge_bottom = gr.Number(minimum = 0, value = 64, precision = 0, label = "Enlarge on bottom", info = "in pixels")
|
171 |
with gr.Column():
|
172 |
+
dummy_4 = gr.Label()
|
173 |
with gr.Row():
|
174 |
with gr.Row():
|
175 |
prompt = gr.Textbox(label = 'Prompt', info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = 'Describe what you want to see in the entire image')
|