2ch commited on
Commit
0d4a981
·
verified ·
1 Parent(s): 6e234dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def download_yt_audio(youtube_id: str) -> Path | None:
73
  return download_yt_audio_ytdlp(youtube_id)
74
  except Exception as e:
75
  print(e)
76
- # return download_yt_audio_api(youtube_id)
77
 
78
 
79
  def audio_to_wav(input_file: Path) -> Path | None:
 
73
  return download_yt_audio_ytdlp(youtube_id)
74
  except Exception as e:
75
  print(e)
76
+ return download_yt_audio_api(youtube_id)
77
 
78
 
79
  def audio_to_wav(input_file: Path) -> Path | None: