eternalBlissard commited on
Commit
f98d269
·
verified ·
1 Parent(s): d677320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import subprocess
3
  import os
4
  def outputProducer(stringG):
5
- command1 = f'yt-dlp {stringG} --netrc --netrc-location ./.netrc--extract-audio --audio-format wav'
6
  subprocess.call(command1, shell=True)
7
  command2 = "ls"
8
  retVal = subprocess.check_output(command2)
 
2
  import subprocess
3
  import os
4
  def outputProducer(stringG):
5
+ command1 = f'yt-dlp {stringG} --netrc --netrc-location ./.netrc --extract-audio --audio-format wav'
6
  subprocess.call(command1, shell=True)
7
  command2 = "ls"
8
  retVal = subprocess.check_output(command2)