ford442 commited on
Commit
fe5ad45
·
verified ·
1 Parent(s): 807bbb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,7 +5,6 @@
5
  # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6
  # copies of the Software, and to permit persons to whom the Software is
7
  import spaces
8
-
9
  import os
10
  import random
11
  import uuid
@@ -466,7 +465,7 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
466
  visible=True,
467
  )
468
  samples = gr.Slider(
469
- label="Seed",
470
  minimum=0,
471
  maximum=20,
472
  step=1,
 
5
  # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6
  # copies of the Software, and to permit persons to whom the Software is
7
  import spaces
 
8
  import os
9
  import random
10
  import uuid
 
465
  visible=True,
466
  )
467
  samples = gr.Slider(
468
+ label="Samples",
469
  minimum=0,
470
  maximum=20,
471
  step=1,