Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ class Demo:
|
|
| 133 |
)
|
| 134 |
|
| 135 |
self.iterations_input = gr.Number(
|
| 136 |
-
value=
|
| 137 |
precision=0,
|
| 138 |
label="Iterations",
|
| 139 |
info='iterations used to train'
|
|
|
|
| 133 |
)
|
| 134 |
|
| 135 |
self.iterations_input = gr.Number(
|
| 136 |
+
value=200,
|
| 137 |
precision=0,
|
| 138 |
label="Iterations",
|
| 139 |
info='iterations used to train'
|