Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,8 @@ import utils
|
|
9 |
import gradio as gr
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
|
|
|
|
|
12 |
from models import SynthesizerTrn
|
13 |
from text.symbols import symbols
|
14 |
from text import cleaned_text_to_sequence, get_bert
|
|
|
9 |
import gradio as gr
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
|
12 |
+
|
13 |
+
from clap_wrapper import get_clap_audio_feature, get_clap_text_feature
|
14 |
from models import SynthesizerTrn
|
15 |
from text.symbols import symbols
|
16 |
from text import cleaned_text_to_sequence, get_bert
|