Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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()
|