Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def clear_on_audio_input(audio):
|
|
| 134 |
if audio is not None:
|
| 135 |
last_modified =1
|
| 136 |
print ("last_modified 1:",last_modified)
|
| 137 |
-
return "", gr.update(
|
| 138 |
return gr.update(), gr.update(), gr.update(), gr.update(interactive=False)
|
| 139 |
|
| 140 |
# Create the Gradio interface with improved aesthetics
|
|
|
|
| 134 |
if audio is not None:
|
| 135 |
last_modified =1
|
| 136 |
print ("last_modified 1:",last_modified)
|
| 137 |
+
return "", gr.update(), gr.update(), gr.update(interactive=True)
|
| 138 |
return gr.update(), gr.update(), gr.update(), gr.update(interactive=False)
|
| 139 |
|
| 140 |
# Create the Gradio interface with improved aesthetics
|