Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
237 |
alignment_dropdown = gr.Dropdown(
|
238 |
choices=["Middle", "Left", "Right", "Top", "Bottom"],
|
239 |
value="Middle",
|
240 |
-
label="
|
241 |
)
|
242 |
|
243 |
with gr.Accordion(label="Advanced settings", open=False) as settings_panel:
|
@@ -284,8 +284,8 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
284 |
gr.Examples(
|
285 |
examples=[
|
286 |
["./examples/example_2.jpg", 1440, 810, "Middle"],
|
287 |
-
["./examples/example_3.jpg", 1024, 1024, "
|
288 |
-
["./examples/example_4.png", 1024, 1024, "
|
289 |
],
|
290 |
inputs=[input_image, width_slider, height_slider, alignment_dropdown],
|
291 |
)
|
|
|
237 |
alignment_dropdown = gr.Dropdown(
|
238 |
choices=["Middle", "Left", "Right", "Top", "Bottom"],
|
239 |
value="Middle",
|
240 |
+
label="고정 위치 선택"
|
241 |
)
|
242 |
|
243 |
with gr.Accordion(label="Advanced settings", open=False) as settings_panel:
|
|
|
284 |
gr.Examples(
|
285 |
examples=[
|
286 |
["./examples/example_2.jpg", 1440, 810, "Middle"],
|
287 |
+
["./examples/example_3.jpg", 1024, 1024, "Bottom"],
|
288 |
+
["./examples/example_4.png", 1024, 1024, "Top"],
|
289 |
],
|
290 |
inputs=[input_image, width_slider, height_slider, alignment_dropdown],
|
291 |
)
|