lpw commited on
Commit
0e6833b
1 Parent(s): 40f6e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ for src in SRC_LIST:
20
  MODEL_LIST.append(f"textless_sm_{src}_{tgt}")
21
 
22
  examples = []
 
23
 
24
  # io_dict = {model: gr.Interface.load(f"huggingface/facebook/{model}", api_key=st.secrets["api_key"]) for model in MODEL_LIST}
25
  # pipe_dict = {model: SpeechToSpeechPipeline(f"facebook/{model}") for model in MODEL_LIST}
 
20
  MODEL_LIST.append(f"textless_sm_{src}_{tgt}")
21
 
22
  examples = []
23
+ pipe_dict = []
24
 
25
  # io_dict = {model: gr.Interface.load(f"huggingface/facebook/{model}", api_key=st.secrets["api_key"]) for model in MODEL_LIST}
26
  # pipe_dict = {model: SpeechToSpeechPipeline(f"facebook/{model}") for model in MODEL_LIST}