remove youtube
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ audio_mode = []
|
|
33 |
f0method_mode = []
|
34 |
f0method_info = ""
|
35 |
if limitation is True:
|
36 |
-
audio_mode = ["Upload audio", "
|
37 |
f0method_mode = ["pm", "crepe", "harvest"]
|
38 |
f0method_info = "PM is fast, Crepe or harvest is good but it was extremely slow (Default: PM)"
|
39 |
else:
|
|
|
33 |
f0method_mode = []
|
34 |
f0method_info = ""
|
35 |
if limitation is True:
|
36 |
+
audio_mode = ["Upload audio", "TTS Audio"]
|
37 |
f0method_mode = ["pm", "crepe", "harvest"]
|
38 |
f0method_info = "PM is fast, Crepe or harvest is good but it was extremely slow (Default: PM)"
|
39 |
else:
|