imranali291 commited on
Commit
c019e88
·
verified ·
1 Parent(s): 689bc37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ top_k = gr.Slider(value=50, minimum=1, maximum=100, step=1, label="Top K", info=
64
  seed = gr.Slider(value=42, minimum=0, maximum=2**32-1, step=1, label="Seed", info="A starting point to initiate the generation process, put 0 for a random one")
65
 
66
  examples = [
67
- ["Futuristic cityscape at twilight descent.", "A captivating digital artwork portraying a futuristic cityscape at twilight from an aerial insects viewpoint, featuring glistening skyscrapers with neon lights casting reflections on rain-soaked streets below. The scene harmoniously blends optimism and wistfulness as vivid, multi-colored holographic billboards flicker against the looming shadows of towering structures, creating a poignant contrast that encapsulates both anticipation and solitude in this thriving urban hub. As clouds veil the setting sun, a warm amber radiance envelops the cityscape, extending elongated silhouettes across the damp pavement while raindrops sparkle like precious gems on outstretched wings, symbolizing the intricate equilibrium between technological advancement and natural beauty within this bustling metropolis.", 128, 2.5, 0.5, "fp16", 0.9, 50, 42]
68
  ]
69
 
70
  gr.Interface(
 
64
  seed = gr.Slider(value=42, minimum=0, maximum=2**32-1, step=1, label="Seed", info="A starting point to initiate the generation process, put 0 for a random one")
65
 
66
  examples = [
67
+ ["Futuristic cityscape at twilight descent.", 128, 2.5, 0.5, "fp16", 0.9, 50, 42]
68
  ]
69
 
70
  gr.Interface(