Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def cleanup_files(*files):
60
  os.remove(file)
61
  print(f"Removed file: {file}")
62
 
63
- @spaces.GPU(duration=90)
64
  def transcribe_audio(file_path):
65
  print(f"Starting transcription of file: {file_path}")
66
  temp_audio = None
 
60
  os.remove(file)
61
  print(f"Removed file: {file}")
62
 
63
+ @spaces.GPU(duration=300)
64
  def transcribe_audio(file_path):
65
  print(f"Starting transcription of file: {file_path}")
66
  temp_audio = None