fffiloni commited on
Commit
b4852dc
·
1 Parent(s): de0fd08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ with gr.Blocks() as demo:
154
  )
155
 
156
  last_used_seed = gr.Number(
157
- label = Last used seed,
158
  info = "the seed used in the last generation",
159
  )
160
 
 
154
  )
155
 
156
  last_used_seed = gr.Number(
157
+ label = "Last used seed",
158
  info = "the seed used in the last generation",
159
  )
160