Spaces:
Sleeping
Sleeping
Commit ·
4d1795f
1
Parent(s): f7e0be6
GPU duration -> 180
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def handle_audio(url, audio_path, num_speakers):
|
|
| 53 |
return res
|
| 54 |
|
| 55 |
|
| 56 |
-
@spaces.GPU(duration=
|
| 57 |
def diarize_audio(audio_path, num_speakers):
|
| 58 |
"""Perform speaker diarization and return formatted results."""
|
| 59 |
try:
|
|
|
|
| 53 |
return res
|
| 54 |
|
| 55 |
|
| 56 |
+
@spaces.GPU(duration=180)
|
| 57 |
def diarize_audio(audio_path, num_speakers):
|
| 58 |
"""Perform speaker diarization and return formatted results."""
|
| 59 |
try:
|