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