Update infer-web.py
Browse files- infer-web.py +3 -0
infer-web.py
CHANGED
@@ -1834,6 +1834,9 @@ 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 |
with gr.Tabs():
|
1838 |
with gr.TabItem(i18n("Model Inference")):
|
1839 |
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(
|
1838 |
+
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](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():
|