TVRRaviteja commited on
Commit
cd70edb
Β·
verified Β·
1 Parent(s): af98446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ print(locale.getlocale()) # After running the pipeline
154
 
155
  locale.getpreferredencoding = lambda: "UTF-8" #required to
156
 
157
- ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
158
 
159
  import gradio as gr
160
  import base64
 
154
 
155
  locale.getpreferredencoding = lambda: "UTF-8" #required to
156
 
157
+ # ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
158
 
159
  import gradio as gr
160
  import base64