Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ def inference(url):
|
|
307 |
|
308 |
with gr.Blocks(title="YouTube-To-MT3", theme=gr.themes.Soft()) as demo:
|
309 |
gr.HTML('''<div class="header">
|
310 |
-
<h1 style='text-align: center'>
|
311 |
<p style='text-align: center'>要使用它,只需输入 YouTube 视频链接然后等待结果。更多信息请参阅下方链接。</p>
|
312 |
</div>''')
|
313 |
|
|
|
307 |
|
308 |
with gr.Blocks(title="YouTube-To-MT3", theme=gr.themes.Soft()) as demo:
|
309 |
gr.HTML('''<div class="header">
|
310 |
+
<h1 style='text-align: center'>MT3:多任务多音轨音乐转录</h1>
|
311 |
<p style='text-align: center'>要使用它,只需输入 YouTube 视频链接然后等待结果。更多信息请参阅下方链接。</p>
|
312 |
</div>''')
|
313 |
|