ahmedghani commited on
Commit
82ca6b2
1 Parent(s): 62dcde1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,8 +54,8 @@ 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 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>
61
  ''')
 
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
+ *This is an intermediate checkpoint just for experimentation purpose. It isn't performing well on 16k sample rate so you can go here <b><a href="https://github.com/muhammad-ahmed-ghani/svoice_demo">svoice_demo</a></b> to train it on 8k.
59
  </p>
60
  </center>
61
  ''')