lpw commited on
Commit
e581f1c
·
1 Parent(s): 1e62d89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -14,8 +14,6 @@ pipe = SpeechToSpeechPipeline("facebook/xm_transformer_unity_hk-en")
14
 
15
  def call_model(audio, model):
16
  # pipe = SpeechToSpeechPipeline("facebook/xm_transformer_unity_hk-en")
17
- print(type(audio))
18
- print(audio)
19
  out_put = pipe(audio)
20
  return gr.Audio(out_put[1], out_put[0])
21
 
 
14
 
15
  def call_model(audio, model):
16
  # pipe = SpeechToSpeechPipeline("facebook/xm_transformer_unity_hk-en")
 
 
17
  out_put = pipe(audio)
18
  return gr.Audio(out_put[1], out_put[0])
19