Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ with gr.Blocks() as demo:
|
|
| 21 |
state = gr.State()
|
| 22 |
|
| 23 |
gr.on(
|
| 24 |
-
[demo.load
|
| 25 |
fn=init_choices,
|
| 26 |
outputs=state,
|
| 27 |
).then(
|
|
|
|
| 21 |
state = gr.State()
|
| 22 |
|
| 23 |
gr.on(
|
| 24 |
+
[demo.load],
|
| 25 |
fn=init_choices,
|
| 26 |
outputs=state,
|
| 27 |
).then(
|