OthmaneJ commited on
Commit
dd89e75
Β·
1 Parent(s): c768111

one output

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -29,10 +29,6 @@ def inference(audio):
29
 
30
  inputs = gr.inputs.Audio(label="Input Audio", type="file")
31
  outputs = gr.outputs.Textbox(label="Output Text")
32
-
33
-
34
- inputs = gr.inputs.Audio(label="Input Audio", type="file")
35
- outputs = [gr.outputs.Textbox(label="Output Text"),gr.outputs.Textbox(label="Output Text")]
36
  title = "Distilled wav2vec 2.0"
37
  description = "Gradio demo for Robust wav2vec 2.0. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav and .flac files"
38
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.01027' target='_blank'>Robust wav2vec 2.0: Analyzing Domain Shift in Self-Supervised Pre-Training</a> | <a href='https://github.com/pytorch/fairseq' target='_blank'>Github Repo</a></p>"
 
29
 
30
  inputs = gr.inputs.Audio(label="Input Audio", type="file")
31
  outputs = gr.outputs.Textbox(label="Output Text")
 
 
 
 
32
  title = "Distilled wav2vec 2.0"
33
  description = "Gradio demo for Robust wav2vec 2.0. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below. Currently supports .wav and .flac files"
34
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2104.01027' target='_blank'>Robust wav2vec 2.0: Analyzing Domain Shift in Self-Supervised Pre-Training</a> | <a href='https://github.com/pytorch/fairseq' target='_blank'>Github Repo</a></p>"