mrfakename commited on
Commit
22d84e7
1 Parent(s): bc21678

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -833,7 +833,7 @@ def clear_stuff():
833
  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)
834
  def disable():
835
  return gr.update(interactive=False)
836
- def ensable():
837
  return gr.update(interactive=True)
838
  with gr.Blocks() as vote:
839
  useridstate = gr.State()
 
833
  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)
834
  def disable():
835
  return gr.update(interactive=False)
836
+ def enable():
837
  return gr.update(interactive=True)
838
  with gr.Blocks() as vote:
839
  useridstate = gr.State()