JotunnBurton commited on
Commit
bc45e1c
·
verified ·
1 Parent(s): c59af64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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