Update infer-web.py
Browse files- infer-web.py +4 -1
infer-web.py
CHANGED
|
@@ -1834,9 +1834,12 @@ def GradioSetup():
|
|
| 1834 |
|
| 1835 |
with gr.Blocks(theme=my_applio, title="Applio-RVC-Fork") as app:
|
| 1836 |
gr.HTML("<h1> 🍏 Applio-RVC-Fork </h1>")
|
| 1837 |
-
|
|
|
|
|
|
|
| 1838 |
"[](https://huggingface.co/spaces/r3gm/Aesthetic_RVC_Inference_HF?duplicate=true)\n\n"
|
| 1839 |
)
|
|
|
|
| 1840 |
with gr.Tabs():
|
| 1841 |
with gr.TabItem(i18n("Model Inference")):
|
| 1842 |
with gr.Row():
|
|
|
|
| 1834 |
|
| 1835 |
with gr.Blocks(theme=my_applio, title="Applio-RVC-Fork") as app:
|
| 1836 |
gr.HTML("<h1> 🍏 Applio-RVC-Fork </h1>")
|
| 1837 |
+
gr.Markdown("More spaces: [RVC_Inference_HF](https://huggingface.co/spaces/r3gm/RVC_Inference_HF), [AICoverGen](https://huggingface.co/spaces/r3gm/AICoverGen), [Ultimate-Vocal-Remover-WebUI](https://huggingface.co/spaces/r3gm/Ultimate-Vocal-Remover-WebUI), [Advanced-RVC-Inference](https://huggingface.co/spaces/r3gm/Advanced-RVC-Inference),")
|
| 1838 |
+
|
| 1839 |
+
gr.Markdown(
|
| 1840 |
"[](https://huggingface.co/spaces/r3gm/Aesthetic_RVC_Inference_HF?duplicate=true)\n\n"
|
| 1841 |
)
|
| 1842 |
+
|
| 1843 |
with gr.Tabs():
|
| 1844 |
with gr.TabItem(i18n("Model Inference")):
|
| 1845 |
with gr.Row():
|