Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|