kevinwang676 commited on
Commit
3b15f8c
1 Parent(s): 33b1d0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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