Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -170,13 +170,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 170 |
step=1,
|
| 171 |
value=28,
|
| 172 |
)
|
| 173 |
-
|
| 174 |
-
gr.Examples(
|
| 175 |
-
fn = infer,
|
| 176 |
-
inputs = [prompt],
|
| 177 |
-
outputs = [result, seed],
|
| 178 |
-
cache_examples="lazy"
|
| 179 |
-
)
|
| 180 |
|
| 181 |
gr.on(
|
| 182 |
triggers=[run_button.click, prompt.submit],
|
|
|
|
| 170 |
step=1,
|
| 171 |
value=28,
|
| 172 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
|
| 174 |
gr.on(
|
| 175 |
triggers=[run_button.click, prompt.submit],
|