Ahsen Khaliq commited on
Commit
4552bf9
1 Parent(s): 7c0f34c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def inference(audio, image):
68
  return transcription, 'output6.mp4'
69
 
70
  title = "Hubert"
71
- description = "Gradio demo for Hubert. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
72
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.07447'>HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/hubert'>Github Repo</a></p>"
73
 
74
  gr.Interface(
68
  return transcription, 'output6.mp4'
69
 
70
  title = "Hubert"
71
+ description = "Gradio demo for hubert-xlarge-ls960-ft. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
72
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2106.07447'>HuBERT: Self-Supervised Speech Representation Learning by Masked Prediction of Hidden Units</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/hubert'>Github Repo</a></p>"
73
 
74
  gr.Interface(