Spaces:
Running on Zero
Running on Zero
Merge branch 'spaces'
Browse files
app.py
CHANGED
@@ -881,7 +881,7 @@ with gr.Blocks() as vote:
|
|
881 |
nxtroundbtn = gr.Button('Next round', visible=False)
|
882 |
# outputs = [text, btn, r2, model1, model2, prevmodel1, aud1, prevmodel2, aud2, abetter, bbetter]
|
883 |
outputs = [text, btn, r2, model1, model2, aud1, aud2, abetter, bbetter, prevmodel1, prevmodel2, nxtroundbtn, aplayed, bplayed]
|
884 |
-
btn.click(disable, outputs=[btn, abetter, bbetter]).then(synthandreturn, inputs=[text], outputs=outputs)
|
885 |
nxtroundbtn.click(clear_stuff, outputs=outputs)
|
886 |
|
887 |
# Allow interaction with the vote buttons only when both audio samples have finished playing
|
|
|
881 |
nxtroundbtn = gr.Button('Next round', visible=False)
|
882 |
# outputs = [text, btn, r2, model1, model2, prevmodel1, aud1, prevmodel2, aud2, abetter, bbetter]
|
883 |
outputs = [text, btn, r2, model1, model2, aud1, aud2, abetter, bbetter, prevmodel1, prevmodel2, nxtroundbtn, aplayed, bplayed]
|
884 |
+
btn.click(disable, outputs=[btn, abetter, bbetter]).then(synthandreturn, inputs=[text], outputs=outputs).then(enable, outputs=[btn, gr.State(), gr.State()])
|
885 |
nxtroundbtn.click(clear_stuff, outputs=outputs)
|
886 |
|
887 |
# Allow interaction with the vote buttons only when both audio samples have finished playing
|