fantos commited on
Commit
090395a
·
verified ·
1 Parent(s): 951fad8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -342,10 +342,10 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as Kolors:
342
  # Add examples
343
  gr.Examples(
344
  examples=[
345
- ["A serene beach sunset with palm trees silhouetted against the orange sky", "PARADISE", "top-center", 100],
346
- ["A futuristic cityscape with flying cars and neon lights", "CYBER\nCITY\n2077", "bottom-right", 60]
347
  ],
348
- inputs=[prompt, text_for_image, text_position, font_size],
349
  label="Examples"
350
  )
351
 
 
342
  # Add examples
343
  gr.Examples(
344
  examples=[
345
+ ["A futuristic cityscape with flying cars and neon lights", "FUTURE CITY", "middle-center", 100, "low quality, ugly, deformed", 42, True, 7.0, 40, 0.8, 1.0, 0.9],
346
+ ["진주 귀고리를 소녀, 검은색 배경, 초고해상도, 생생한 색상, 최고의 품질, 8k, HD, 4K", "大韓민국", "bottom-right", 72, "blurry, dark", 123, False, 5.0, 30, 0.6, 0.8, 1.0]
347
  ],
348
+ inputs=[prompt, text_for_image, text_position, font_size, negative_prompt, seed, randomize_seed, guidance_scale, num_inference_steps, controlnet_conditioning_scale, control_guidance_end, strength],
349
  label="Examples"
350
  )
351