Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -342,24 +342,4 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
|
|
342 |
# Set initial button states
|
343 |
Kolors.load(update_button_states, inputs=[text_position], outputs=position_buttons)
|
344 |
|
345 |
-
# Add examples
|
346 |
-
gr.Examples(
|
347 |
-
examples=[
|
348 |
-
[
|
349 |
-
"A serene beach sunset with palm trees silhouetted against the orange sky",
|
350 |
-
"PARADISE",
|
351 |
-
"top-center",
|
352 |
-
100
|
353 |
-
],
|
354 |
-
[
|
355 |
-
"์ง์ฃผ ๊ท๊ณ ๋ฆฌ๋ฅผ ํ ์๋
, ๊ฒ์์ ๋ฐฐ๊ฒฝ, ์ด๊ณ ํด์๋, ์์ํ ์์, ์ต๊ณ ์ ํ์ง, 8k, HD, 4K", "๋ํ๋ฏผ๊ตญ",
|
356 |
-
"๋ํ๋ฏผ๊ตญ\nKOREA\n่ฌไธ",
|
357 |
-
"bottom-right",
|
358 |
-
72
|
359 |
-
]
|
360 |
-
],
|
361 |
-
inputs=[prompt, text_for_image, text_position, font_size],
|
362 |
-
label="Examples"
|
363 |
-
)
|
364 |
-
|
365 |
Kolors.launch()
|
|
|
342 |
# Set initial button states
|
343 |
Kolors.load(update_button_states, inputs=[text_position], outputs=position_buttons)
|
344 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
345 |
Kolors.launch()
|