Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
0218718
1
Parent(s):
d4c08f5
Update app.py
Browse files
app.py
CHANGED
@@ -297,8 +297,8 @@ interface_yt = gr.Interface(
|
|
297 |
],
|
298 |
)
|
299 |
interface = gr.TabbedInterface(
|
300 |
-
[interface_mic, interface_file
|
301 |
-
["
|
302 |
)
|
303 |
|
304 |
|
|
|
297 |
],
|
298 |
)
|
299 |
interface = gr.TabbedInterface(
|
300 |
+
[interface_yt, interface_mic, interface_file],
|
301 |
+
["📺 - 从B站视频上传 ⭐推荐⭐", "🎙️ - 从麦克风上传", "🎵 - 从文件上传"],
|
302 |
)
|
303 |
|
304 |
|