kevinwang676 commited on
Commit
7d952f7
·
1 Parent(s): bc01a52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ interface_yt = gr.Interface(
246
  )
247
  interface = gr.TabbedInterface(
248
  [interface_yt],
249
- ["📺 - Clone Song From YouTube],
250
  )
251
 
252
 
 
246
  )
247
  interface = gr.TabbedInterface(
248
  [interface_yt],
249
+ ["📺 - Clone Song From YouTube"],
250
  )
251
 
252