Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
| 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 |
|