Spaces:
Runtime error
Runtime error
Commit
Β·
00c8d59
1
Parent(s):
226405b
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,6 @@ MODEL_DICT = {
|
|
26 |
"Tacotron2" : tacotron2,
|
27 |
"Melgan": melgan,
|
28 |
"MB-Melgan": mb_melgan,
|
29 |
-
"Melgan-STFT": melgan_stft
|
30 |
}
|
31 |
|
32 |
def inference(input):
|
|
|
26 |
"Tacotron2" : tacotron2,
|
27 |
"Melgan": melgan,
|
28 |
"MB-Melgan": mb_melgan,
|
|
|
29 |
}
|
30 |
|
31 |
def inference(input):
|