Spaces:
Runtime error
Runtime error
harveen
commited on
Commit
•
37490d1
1
Parent(s):
75c3fbb
Add
Browse files
tts/utils/inference/run_gradio.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import argparse
|
3 |
import numpy as np
|
4 |
from argparse import Namespace
|
5 |
-
from
|
6 |
|
7 |
|
8 |
def hit_tts(textbox, slider_noise_scale, slider_length_sclae, choice_transliteration, choice_number_conversion, choice_split_sentences):
|
|
|
2 |
import argparse
|
3 |
import numpy as np
|
4 |
from argparse import Namespace
|
5 |
+
from .advanced_tts import load_all_models, run_tts_paragraph
|
6 |
|
7 |
|
8 |
def hit_tts(textbox, slider_noise_scale, slider_length_sclae, choice_transliteration, choice_number_conversion, choice_split_sentences):
|