Update app.py
Browse files
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
|
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
|