TaliDror commited on
Commit
fc3fb23
·
1 Parent(s): cc38138

improved UI

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -386,7 +386,7 @@ DEFAULT_SELECTION_METHOD = SELECTION_METHODS[0]
386
  # Generation
387
  # ---------------------------------------------------------------------------
388
  #GENERATION_SEEDS = [42, 48, 56, 63, 74, 84, 86]
389
- GENERATION_SEEDS = [107, 112, 115, 116, 118, 119, 120]
390
  INTERNAL_SAMPLES = len(GENERATION_SEEDS)
391
 
392
  @spaces.GPU(duration=120)
 
386
  # Generation
387
  # ---------------------------------------------------------------------------
388
  #GENERATION_SEEDS = [42, 48, 56, 63, 74, 84, 86]
389
+ GENERATION_SEEDS = [107, 112, 115, 116, 119]
390
  INTERNAL_SAMPLES = len(GENERATION_SEEDS)
391
 
392
  @spaces.GPU(duration=120)