Spaces:
Build error
Build error
Commit
·
62dcde1
1
Parent(s):
b3d591c
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ with demo:
|
|
54 |
<h1>Multiple Voice Separation with Transcription DEMO</h1>
|
55 |
<div style="display:flex;align-items:center;justify-content:center;"><iframe src="https://streamable.com/e/0x8osl?autoplay=1&nocontrols=1" frameborder="0" allow="autoplay"></iframe></div>
|
56 |
<p>
|
|
|
57 |
This is a demo for the multiple voice separation algorithm. The algorithm is trained on the LibriMix7 dataset and can be used to separate multiple voices from a single audio file.
|
58 |
</p>
|
59 |
</center>
|
|
|
54 |
<h1>Multiple Voice Separation with Transcription DEMO</h1>
|
55 |
<div style="display:flex;align-items:center;justify-content:center;"><iframe src="https://streamable.com/e/0x8osl?autoplay=1&nocontrols=1" frameborder="0" allow="autoplay"></iframe></div>
|
56 |
<p>
|
57 |
+
*This is the intermediate checkpoint just for experimentation purpose. It isn't performing well on 16k sample rate so you can go here <a href="https://github.com/muhammad-ahmed-ghani/svoice_demo">svoice_demo</a> to train it on 8k.
|
58 |
This is a demo for the multiple voice separation algorithm. The algorithm is trained on the LibriMix7 dataset and can be used to separate multiple voices from a single audio file.
|
59 |
</p>
|
60 |
</center>
|