Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|