mrfakename commited on
Commit
d7cb689
1 Parent(s): 00f4b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -401,10 +401,10 @@ def makevisible(text):
401
  return (
402
  None, # model1
403
  None, # model2
404
- gr.Textbox.update(visible=True), # prevmodel1
405
- gr.Audio.update(visible=True), # aud1
406
- gr.Textbox.update(visible=True), # prevmodel2
407
- gr.Audio.update(visible=True), # aud2
408
  )
409
  with gr.Blocks() as vote:
410
  useridstate = gr.State()
 
401
  return (
402
  None, # model1
403
  None, # model2
404
+ gr.update(visible=True), # prevmodel1
405
+ gr.update(visible=True), # aud1
406
+ gr.update(visible=True), # prevmodel2
407
+ gr.update(visible=True), # aud2
408
  )
409
  with gr.Blocks() as vote:
410
  useridstate = gr.State()