Update app.py
Browse files
app.py
CHANGED
@@ -1477,8 +1477,7 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
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> Easy GUI coded by Rejekt's </h10>")
|
1480 |
-
|
1481 |
-
|
1482 |
# Inference Preset Row
|
1483 |
# with gr.Row():
|
1484 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|
|
|
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> Easy GUI coded by Rejekt's </h10>")
|
1480 |
+
|
|
|
1481 |
# Inference Preset Row
|
1482 |
# with gr.Row():
|
1483 |
# mangio_preset = gr.Dropdown(label="Inference Preset", choices=sorted(get_presets()))
|