Spaces:
Running
Running
remove load trigger
Browse files- myapp/app.py +1 -1
myapp/app.py
CHANGED
|
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
|
|
| 108 |
return primary, secondary
|
| 109 |
|
| 110 |
gr.on(
|
| 111 |
-
[button.click, prompt.submit
|
| 112 |
partial(gr.update, interactive=False),
|
| 113 |
outputs=button,
|
| 114 |
).then(
|
|
|
|
| 108 |
return primary, secondary
|
| 109 |
|
| 110 |
gr.on(
|
| 111 |
+
[button.click, prompt.submit],
|
| 112 |
partial(gr.update, interactive=False),
|
| 113 |
outputs=button,
|
| 114 |
).then(
|