DreamingOracle commited on
Commit
3a894a7
·
verified ·
1 Parent(s): 57d0ba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,7 +117,7 @@ def infer(
117
  return image, seed
118
 
119
  examples = [
120
- "photorealistic portrait of a young eskimo woman, cinematic rim lighting, soft golden hour backlight, detailed skin pores, realistic eyelashes, 85mm lens, shallow depth of field, ultra-detailed, high dynamic range, film grain, detailed, 8k, aurora borealis",
121
  "head helmet portrait of a futuristic armored soldier, worn brushed metal armor with neon blue accents, realistic cloth under-armor, weathering and scratches, volumetric rim light, cinematic pose, high detail, photoreal",
122
  "arctic mountain in snow, insulated modules, panorama view, blowing snow, cold blue light, realistic snow accumulation, high detail",]
123
 
@@ -185,4 +185,4 @@ with gr.Blocks(css=css, theme=custom_theme) as demo:
185
  outputs=[result, seed],
186
  )
187
  if __name__ == "__main__":
188
- demo.launch()
 
117
  return image, seed
118
 
119
  examples = [
120
+ "photorealistic portrait of a young woman, cinematic rim lighting, soft golden hour backlight, detailed skin pores, realistic eyelashes, 85mm lens, shallow depth of field, ultra-detailed, high dynamic range, film grain, detailed, 8k",
121
  "head helmet portrait of a futuristic armored soldier, worn brushed metal armor with neon blue accents, realistic cloth under-armor, weathering and scratches, volumetric rim light, cinematic pose, high detail, photoreal",
122
  "arctic mountain in snow, insulated modules, panorama view, blowing snow, cold blue light, realistic snow accumulation, high detail",]
123
 
 
185
  outputs=[result, seed],
186
  )
187
  if __name__ == "__main__":
188
+ demo.launch()