KleinPenny commited on
Commit
61afef4
·
verified ·
1 Parent(s): 9338b19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 True
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():