Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1473,7 +1473,8 @@ def zip_downloader(model):
|
|
| 1473 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
| 1474 |
with gr.Tabs():
|
| 1475 |
with gr.TabItem("Inference"):
|
| 1476 |
-
gr.HTML("<h1> RVC V2 Huggingface Version </h1>")
|
|
|
|
| 1477 |
gr.HTML("<h10> Huggingface version made by Clebersla </h10>")
|
| 1478 |
gr.HTML("<h10> Coded by Rejekt's </h10>")
|
| 1479 |
gr.HTML("<h4> If you want to use this space privately, I recommend you duplicate the space. </h4>")
|
|
|
|
| 1473 |
with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
| 1474 |
with gr.Tabs():
|
| 1475 |
with gr.TabItem("Inference"):
|
| 1476 |
+
gr.HTML("<h1> RVC V2 Huggingface Version </h1>")
|
| 1477 |
+
gr.HTML("<h4> Inference may take time because this space does not use GPU </h4>")
|
| 1478 |
gr.HTML("<h10> Huggingface version made by Clebersla </h10>")
|
| 1479 |
gr.HTML("<h10> Coded by Rejekt's </h10>")
|
| 1480 |
gr.HTML("<h4> If you want to use this space privately, I recommend you duplicate the space. </h4>")
|