Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
-
|
4 |
|
5 |
def function1(prompt):
|
6 |
response = requests.post("https://matthijs-speecht5-tts-demo.hf.space/run/predict", json={
|
|
|
1 |
import gradio as gr
|
2 |
import requests
|
3 |
+
from pydub import AudioSegment
|
4 |
|
5 |
def function1(prompt):
|
6 |
response = requests.post("https://matthijs-speecht5-tts-demo.hf.space/run/predict", json={
|