Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 124 |
minimum=1,
|
| 125 |
maximum=100,
|
| 126 |
step=1,
|
| 127 |
-
value=
|
| 128 |
)
|
| 129 |
gr.Examples(examples=examples, inputs=[prompt])
|
| 130 |
gr.on(
|
|
|
|
| 124 |
minimum=1,
|
| 125 |
maximum=100,
|
| 126 |
step=1,
|
| 127 |
+
value=64,
|
| 128 |
)
|
| 129 |
gr.Examples(examples=examples, inputs=[prompt])
|
| 130 |
gr.on(
|