Zaiiida commited on
Commit
271726a
·
verified ·
1 Parent(s): 7c89c36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,11 +21,11 @@ MAX_IMAGE_SIZE = 1024
21
  examples = [
22
  "A full-body depiction of a futuristic cyberpunk warrior wearing neon armor with intricate details, holding a sleek glowing katana in a ready stance. The character stands confidently with glowing eyes and a dynamic pose that exudes strength and mystery. Isolated on a clean, transparent, or neutral background to emphasize the character's design and details, with subtle reflections and lighting to enhance the neon glow and textures.",
23
  ]
24
- @spaces.GPU(duration=25) # Установите меньшее значение
25
  def infer(
26
  prompt,
27
  negative_prompt="",
28
- seed=42,
29
  randomize_seed=False,
30
  width=768,
31
  height=1024,
 
21
  examples = [
22
  "A full-body depiction of a futuristic cyberpunk warrior wearing neon armor with intricate details, holding a sleek glowing katana in a ready stance. The character stands confidently with glowing eyes and a dynamic pose that exudes strength and mystery. Isolated on a clean, transparent, or neutral background to emphasize the character's design and details, with subtle reflections and lighting to enhance the neon glow and textures.",
23
  ]
24
+ @spaces.GPU(duration=30) # Установите меньшее значение
25
  def infer(
26
  prompt,
27
  negative_prompt="",
28
+ seed=20,
29
  randomize_seed=False,
30
  width=768,
31
  height=1024,