Spaces:
Build error
Build error
lemonaddie
commited on
Commit
•
8693079
1
Parent(s):
9ba96aa
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ def run_demo():
|
|
159 |
step=1,
|
160 |
value=4,
|
161 |
)
|
162 |
-
seed = gr.Number(0, label='Seed. Negative values for not specifying
|
163 |
|
164 |
processing_res = gr.Radio(
|
165 |
[
|
|
|
159 |
step=1,
|
160 |
value=4,
|
161 |
)
|
162 |
+
seed = gr.Number(0, label='Random Seed. Negative values for not specifying')
|
163 |
|
164 |
processing_res = gr.Radio(
|
165 |
[
|