tzzte commited on
Commit
930b040
·
verified ·
1 Parent(s): a7eeceb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def process_audio_input(audio):
58
  return None
59
 
60
  @spaces.GPU(duration=180) # 使用ZeroGPU,3分钟超时
61
- def process_audio_text(text, audio):
62
  """主要处理函数"""
63
  global _MODEL_ON_CUDA, inference_model
64
 
 
58
  return None
59
 
60
  @spaces.GPU(duration=180) # 使用ZeroGPU,3分钟超时
61
+ def process_audio_text(audio):
62
  """主要处理函数"""
63
  global _MODEL_ON_CUDA, inference_model
64