Update app.py
Browse files
app.py
CHANGED
@@ -131,12 +131,13 @@ def separate_audio(input_audio):
|
|
131 |
description_html = """
|
132 |
<h1 align='center'><a href='https://www.twman.org/AI/ASR/SpeechSeparation' target='_blank'>中文語者分離(分割)</a></h1>
|
133 |
<div align='center'>
|
134 |
-
<a href='https://
|
135 |
<a href='https://www.twman.org/AI' target='_blank'> AI </a> |
|
|
|
136 |
<a href='https://blog.twman.org/p/deeplearning101.html' target='_blank'>手把手帶你一起踩AI坑</a> |
|
137 |
<a href='https://github.com/Deep-Learning-101' target='_blank'>GitHub</a> |
|
138 |
<a href='http://deeplearning101.twman.org' target='_blank'>Deep Learning 101</a> |
|
139 |
-
<a href='https://www.youtube.com/c/DeepLearning101' target='_blank'>YouTube</a>
|
140 |
</div>
|
141 |
<br>
|
142 |
<ul>
|
|
|
131 |
description_html = """
|
132 |
<h1 align='center'><a href='https://www.twman.org/AI/ASR/SpeechSeparation' target='_blank'>中文語者分離(分割)</a></h1>
|
133 |
<div align='center'>
|
134 |
+
<a href='https://deep-learning-101.github.io' target='_blank'>deep-learning-101.github.io</a>|
|
135 |
<a href='https://www.twman.org/AI' target='_blank'> AI </a> |
|
136 |
+
<a href='https://www.twman.org' target='_blank'>TonTon Huang Ph.D.</a> |
|
137 |
<a href='https://blog.twman.org/p/deeplearning101.html' target='_blank'>手把手帶你一起踩AI坑</a> |
|
138 |
<a href='https://github.com/Deep-Learning-101' target='_blank'>GitHub</a> |
|
139 |
<a href='http://deeplearning101.twman.org' target='_blank'>Deep Learning 101</a> |
|
140 |
+
<a href='https://www.youtube.com/c/DeepLearning101' target='_blank'>YouTube</a>
|
141 |
</div>
|
142 |
<br>
|
143 |
<ul>
|