LaynzID12 commited on
Commit
f7c2f03
·
1 Parent(s): 3ab835c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1806,7 +1806,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
1806
  with gr.Row():
1807
  gr.Markdown(
1808
  """
1809
- Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap)
1810
  """
1811
  )
1812
 
@@ -2057,5 +2057,5 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
2057
  "-------------------------------\n"
2058
  )
2059
 
2060
- app.queue(concurrency_count=511, max_size=1022).launch(share=True, quiet=True,)
2061
  #endregion
 
1806
  with gr.Row():
1807
  gr.Markdown(
1808
  """
1809
+ Made with ❤️ by [Alice Oliveira](https://github.com/aliceoq) | Hosted with ❤️ by [Mateus Elias](https://github.com/mateuseap) | modded ❤ by [Laynz28](https://github.com/laynz28)
1810
  """
1811
  )
1812
 
 
2057
  "-------------------------------\n"
2058
  )
2059
 
2060
+ app.queue(concurrency_count=511, max_size=1022).launch(share=True)
2061
  #endregion