Spaces:
Runtime error
Runtime error
zeeshanali01
commited on
Commit
•
ad33444
1
Parent(s):
5d3319e
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ def text_to_speech(text, file_path):
|
|
193 |
|
194 |
return file_path
|
195 |
|
196 |
-
!ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
|
197 |
|
198 |
import gradio as gr
|
199 |
import base64
|
|
|
193 |
|
194 |
return file_path
|
195 |
|
196 |
+
# !ffmpeg -f lavfi -i anullsrc=r=44100:cl=mono -t 10 -q:a 9 -acodec libmp3lame Temp.mp3
|
197 |
|
198 |
import gradio as gr
|
199 |
import base64
|