seawolf2357 commited on
Commit
15a0cfa
1 Parent(s): 3cd281f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -15
app.py CHANGED
@@ -96,20 +96,6 @@ def inference(
96
  # Return the image, seed, and updated gallery
97
  return image, seed, load_generated_images()
98
 
99
- examples = [
100
- "Geunjeongjeon Hall of Gyeongbokgung Palace in the crisp winter morning, where fresh snow blankets the vast courtyard. The magnificent throne hall stands proud with its vibrant dancheong colors contrasting against the pure white snow. Intricate dragon carvings along the massive red pillars seem to come alive in the golden morning light, while the multi-tiered upturned eaves create dramatic shadows on the pristine snow below. [trigger]",
101
-
102
- "Geunjeongjeon Hall of Gyeongbokgung Palace during a spring dawn, when cherry blossoms frame the grand structure. The first light of day illuminates the ornate throne hall's double-tiered stone platform, while delicate pink petals drift gracefully across the courtyard. The meticulously painted wooden columns and beams showcase the rich vermillion and emerald dancheong patterns, their colors especially vivid against the soft morning sky. [trigger]",
103
-
104
- "Geunjeongjeon Hall of Gyeongbokgung Palace at summer dusk, as the setting sun bathes the royal throne hall in warm amber light. The imposing structure's curved roof tiles gleam with a golden sheen, while the intricate ceiling designs cast intricate shadows across the wooden floors. Stone guardians stand sentinel at the base of the grand staircase, their forms dramatic against the deepening purple sky. [trigger]",
105
-
106
- "Geunjeongjeon Hall of Gyeongbokgung Palace beneath autumn rain, where water droplets trace elegant paths down the carved dragon pillars. The wet stone steps reflect the deep reds and greens of the painted rafters above, while gray clouds create a dramatic backdrop for the hall's distinctive silhouette. Bronze wind chimes at the corners of the sweeping roof sing softly in the gentle rain. [trigger]",
107
-
108
- "Geunjeongjeon Hall of Gyeongbokgung Palace under a full moon, its majestic form illuminated by silvery moonlight. The throne hall's imposing structure casts long shadows across the empty courtyard, while moonbeams highlight the intricate details of the painted ceremonies beneath the eaves. The carved stone foundations seem to glow with an ethereal light, creating a mystical atmosphere worthy of this royal sanctuary. [trigger]",
109
-
110
- "Geunjeongjeon Hall of Gyeongbokgung Palace during a traditional ceremony, where the morning sun streams through the towering red pillars. Incense smoke curls gracefully around the ornately decorated beams, while the vast courtyard comes alive with the colorful hanbok of court officials. The ancient throne platform stands dignified beneath the soaring roof, its carved details emphasized by shafts of golden light piercing through the traditional wooden lattice windows. [trigger]"
111
- ]
112
-
113
  css = """
114
  footer {
115
  visibility: hidden;
@@ -185,7 +171,7 @@ with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css, analytics_enabled=Fa
185
  )
186
 
187
  gr.Examples(
188
- examples=examples,
189
  inputs=[prompt],
190
  outputs=[result, seed],
191
  )
 
96
  # Return the image, seed, and updated gallery
97
  return image, seed, load_generated_images()
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  css = """
100
  footer {
101
  visibility: hidden;
 
171
  )
172
 
173
  gr.Examples(
174
+ examples=[],
175
  inputs=[prompt],
176
  outputs=[result, seed],
177
  )