Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
f7291a4
1
Parent(s):
3efd35d
Update app.py
Browse files
app.py
CHANGED
@@ -67,8 +67,8 @@ def inference(audio, image):
|
|
67 |
output_clip.write_videofile("output6.mp4")
|
68 |
return transcription, 'output6.mp4'
|
69 |
|
70 |
-
title = "Hubert"
|
71 |
-
description = "Gradio demo for hubert-xlarge-ls960-ft. To use it, simply
|
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(
|
|
|
67 |
output_clip.write_videofile("output6.mp4")
|
68 |
return transcription, 'output6.mp4'
|
69 |
|
70 |
+
title = "Hubert-xlarge-ls960-ft"
|
71 |
+
description = "Gradio demo for hubert-xlarge-ls960-ft. To use it, simply add your audio file and 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(
|