Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -1937,11 +1937,12 @@ def GradioSetup(UTheme=gr.themes.Soft()): | |
| 1937 | 
             
                default_weight = names[0] if names else '' 
         | 
| 1938 |  | 
| 1939 | 
             
                with gr.Blocks(theme='JohnSmith9982/small_and_pretty', title="Applio") as app:
         | 
| 1940 | 
            -
                    gr. | 
|  | |
| 1941 | 
             
                    gr.HTML("<h4> The current space only uses CPU, so it's only for inference. If you have issues with the queue, I recommend duplicating the space. </h4>")
         | 
| 1942 | 
             
                    gr.Markdown(
         | 
| 1943 | 
             
                        "[](https://huggingface.co/spaces/r3gm/RVC_HF?duplicate=true)\n\n"
         | 
| 1944 | 
            -
                    ) | 
| 1945 | 
             
                    with gr.Tabs():
         | 
| 1946 | 
             
                        with gr.TabItem(i18n("Model Inference")):
         | 
| 1947 | 
             
                            with gr.Row():
         | 
| @@ -2440,8 +2441,7 @@ def GradioSetup(UTheme=gr.themes.Soft()): | |
| 2440 |  | 
| 2441 |  | 
| 2442 | 
             
                        with gr.TabItem(i18n("Train")):
         | 
| 2443 | 
            -
             | 
| 2444 | 
            -
                            gr.Markdown("[Repository](https://github.com/ardha27/AI-Song-Cover-RVC)")
         | 
| 2445 |  | 
| 2446 | 
             
                            with gr.Accordion(label=i18n("Step 1: Processing data")):
         | 
| 2447 | 
             
                                with gr.Row():
         | 
|  | |
| 1937 | 
             
                default_weight = names[0] if names else '' 
         | 
| 1938 |  | 
| 1939 | 
             
                with gr.Blocks(theme='JohnSmith9982/small_and_pretty', title="Applio") as app:
         | 
| 1940 | 
            +
                    gr.Markdown("🍏 Applio (Mangio-RVC-Fork HF)")
         | 
| 1941 | 
            +
                    gr.Markdown("More spaces: [Aesthetic_RVC_Inference_HF](https://huggingface.co/spaces/r3gm/Aesthetic_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)")
         | 
| 1942 | 
             
                    gr.HTML("<h4> The current space only uses CPU, so it's only for inference. If you have issues with the queue, I recommend duplicating the space. </h4>")
         | 
| 1943 | 
             
                    gr.Markdown(
         | 
| 1944 | 
             
                        "[](https://huggingface.co/spaces/r3gm/RVC_HF?duplicate=true)\n\n"
         | 
| 1945 | 
            +
                    )     
         | 
| 1946 | 
             
                    with gr.Tabs():
         | 
| 1947 | 
             
                        with gr.TabItem(i18n("Model Inference")):
         | 
| 1948 | 
             
                            with gr.Row():
         | 
|  | |
| 2441 |  | 
| 2442 |  | 
| 2443 | 
             
                        with gr.TabItem(i18n("Train")):
         | 
| 2444 | 
            +
             | 
|  | |
| 2445 |  | 
| 2446 | 
             
                            with gr.Accordion(label=i18n("Step 1: Processing data")):
         | 
| 2447 | 
             
                                with gr.Row():
         | 
