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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ for src in SRC_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}
 
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}