Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,6 @@ import torch
|
|
6 |
|
7 |
from InferenceInterfaces.Meta_FastSpeech2 import Meta_FastSpeech2
|
8 |
|
9 |
-
os.system("pip uninstall -y gradio")
|
10 |
-
os.system("pip install gradio==2.7.5.2")
|
11 |
-
|
12 |
-
|
13 |
def float2pcm(sig, dtype='int16'):
|
14 |
"""
|
15 |
https://gist.github.com/HudsonHuang/fbdf8e9af7993fe2a91620d3fb86a182
|
|
|
6 |
|
7 |
from InferenceInterfaces.Meta_FastSpeech2 import Meta_FastSpeech2
|
8 |
|
|
|
|
|
|
|
|
|
9 |
def float2pcm(sig, dtype='int16'):
|
10 |
"""
|
11 |
https://gist.github.com/HudsonHuang/fbdf8e9af7993fe2a91620d3fb86a182
|