Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,7 +168,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 168 |
)
|
| 169 |
|
| 170 |
seed = gr.Textbox(
|
| 171 |
-
lines=1
|
| 172 |
label="Manual seed",
|
| 173 |
info="Manual seed, if not a valid 32 bit integer, will be 0."
|
| 174 |
)
|
|
|
|
| 168 |
)
|
| 169 |
|
| 170 |
seed = gr.Textbox(
|
| 171 |
+
lines=1,
|
| 172 |
label="Manual seed",
|
| 173 |
info="Manual seed, if not a valid 32 bit integer, will be 0."
|
| 174 |
)
|