Pendrokar commited on
Commit
7b4b4ac
·
2 Parent(s): b2a8b0a 15763df

Merge branch 'spaces'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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