KDM999 commited on
Commit
b914b0f
·
verified ·
1 Parent(s): a368f0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def generate_audio(age, gender, accent):
57
  return wav_file_path, wav_file_path
58
 
59
  # Transcribe & Compare (GPU Decorated)
60
- # @spaces.GPU
61
  def transcribe_audio(file_path):
62
  if not file_path:
63
  return "No file selected.", "", "", "", "", "", ""
 
57
  return wav_file_path, wav_file_path
58
 
59
  # Transcribe & Compare (GPU Decorated)
60
+ @spaces.GPU
61
  def transcribe_audio(file_path):
62
  if not file_path:
63
  return "No file selected.", "", "", "", "", "", ""