Spaces:
Runtime error
Runtime error
Commit
·
3a91f8d
1
Parent(s):
46d6eee
update clear audio
Browse files
app.py
CHANGED
@@ -869,7 +869,7 @@ def HMI_Wait():
|
|
869 |
|
870 |
|
871 |
def ClearAudio():
|
872 |
-
return
|
873 |
|
874 |
with gr.Blocks() as demo:
|
875 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|
|
|
869 |
|
870 |
|
871 |
def ClearAudio():
|
872 |
+
return None
|
873 |
|
874 |
with gr.Blocks() as demo:
|
875 |
# gr.Markdown("Start typing below and then click **SUBMIT** to see the output.")
|