fantos commited on
Commit
712ce31
ยท
verified ยท
1 Parent(s): e004bee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -20
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()