JaganathC commited on
Commit
d851d3c
·
verified ·
1 Parent(s): 2170369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def download_youtube_audio(url):
50
 
51
  return output_path
52
 
53
- @spaces.GPU(duration=90)
54
  def transcribe_audio(file_path):
55
  print(f"Starting transcription of file: {file_path}")
56
  temp_audio = None
 
50
 
51
  return output_path
52
 
53
+
54
  def transcribe_audio(file_path):
55
  print(f"Starting transcription of file: {file_path}")
56
  temp_audio = None