NeoPy commited on
Commit
e5e9d9a
·
verified ·
1 Parent(s): 27fc253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -401,7 +401,7 @@ def show_hide_params(param):
401
  return gr.update(visible=param)
402
 
403
  with gr.Blocks(
404
- title="🎵 Audio-Separator by HFD 🎵",
405
  css="footer{display:none !important}",
406
  ) as app:
407
  gr.HTML("<h1><center> 🎵 Audio-Separator HF Demo 🎵 </center></h1>")
@@ -597,7 +597,7 @@ with gr.Blocks(
597
  with gr.Tab("Credits"):
598
  gr.Markdown(
599
  """
600
- This Space created by **[Politrees](https://github.com/Bebra777228) forked by [NeoFr](https://github.com/TheNeodev)**.
601
  * python-audio-separator by **[beveradb](https://github.com/beveradb)**.
602
  """
603
  )
 
401
  return gr.update(visible=param)
402
 
403
  with gr.Blocks(
404
+ title="🎵 Audio-Separator by NeoPY 🎵",
405
  css="footer{display:none !important}",
406
  ) as app:
407
  gr.HTML("<h1><center> 🎵 Audio-Separator HF Demo 🎵 </center></h1>")
 
597
  with gr.Tab("Credits"):
598
  gr.Markdown(
599
  """
600
+ This Space created by **[Politrees](https://github.com/Bebra777228) forked by [NeoPy](https://github.com/TheNeodev)**.
601
  * python-audio-separator by **[beveradb](https://github.com/beveradb)**.
602
  """
603
  )