mrfakename commited on
Commit
b46a5dc
1 Parent(s): f249bd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -659,7 +659,7 @@ def clear_stuff():
659
  return "", "Synthesize", gr.update(visible=False), '', '', gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False)
660
  def disable():
661
  return gr.update(interactive=False)
662
- def ensable():
663
  return gr.update(interactive=True)
664
  with gr.Blocks() as vote:
665
  useridstate = gr.State()
 
659
  return "", "Synthesize", gr.update(visible=False), '', '', gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False), gr.update(visible=False)
660
  def disable():
661
  return gr.update(interactive=False)
662
+ def enable():
663
  return gr.update(interactive=True)
664
  with gr.Blocks() as vote:
665
  useridstate = gr.State()