Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ def process_audio(audio):
|
|
72 |
audio_path = "uploaded_audio.wav"
|
73 |
audio.save(audio_path)
|
74 |
|
75 |
-
return
|
76 |
|
77 |
# 创建 Gradio 接口
|
78 |
def create_interface():
|
|
|
72 |
audio_path = "uploaded_audio.wav"
|
73 |
audio.save(audio_path)
|
74 |
|
75 |
+
return 'True'
|
76 |
|
77 |
# 创建 Gradio 接口
|
78 |
def create_interface():
|