luckyhookin commited on
Commit
4d1795f
·
1 Parent(s): f7e0be6

GPU duration -> 180

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def handle_audio(url, audio_path, num_speakers):
53
  return res
54
 
55
 
56
- @spaces.GPU(duration=120)
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: