artificialguybr commited on
Commit
ba99133
1 Parent(s): 4cf8d5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def download_youtube_audio(url):
58
 
59
  return output_path
60
 
61
- @spaces.GPU(duration=60)
62
  def transcribe_audio(file_path):
63
  print(f"Starting transcription of file: {file_path}")
64
  temp_audio = None
 
58
 
59
  return output_path
60
 
61
+ @spaces.GPU(duration=90)
62
  def transcribe_audio(file_path):
63
  print(f"Starting transcription of file: {file_path}")
64
  temp_audio = None