Spaces:
Running
Running
fixed text
Browse files
app.py
CHANGED
@@ -1825,18 +1825,18 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
1825 |
[vc_output3],
|
1826 |
)
|
1827 |
but1.click(fn=lambda: easy_uploader.clear())
|
1828 |
-
with gr.TabItem("
|
1829 |
-
with gr.Row():
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
with gr.Row():
|
1836 |
-
url=gr.Textbox(label="
|
1837 |
with gr.Row():
|
1838 |
-
model = gr.Textbox(label="
|
1839 |
-
download_button=gr.Button("
|
1840 |
with gr.Row():
|
1841 |
status_bar=gr.Textbox(label="")
|
1842 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|
|
|
1825 |
[vc_output3],
|
1826 |
)
|
1827 |
but1.click(fn=lambda: easy_uploader.clear())
|
1828 |
+
with gr.TabItem("Modelni yuklash"):
|
1829 |
+
# with gr.Row():
|
1830 |
+
# gr.Markdown(
|
1831 |
+
# """
|
1832 |
+
# Если не работает, то пробуйте тут https://huggingface.co/spaces/Clebersla/RVC_V2_Huggingface_Version
|
1833 |
+
# """
|
1834 |
+
# )
|
1835 |
with gr.Row():
|
1836 |
+
url=gr.Textbox(label="Model URL manzilini kiriting:", placeholder=".pth va .index fayllarni o'z ichiga olgan zipga havolani kiriting")
|
1837 |
with gr.Row():
|
1838 |
+
model = gr.Textbox(label="Model nomi:")
|
1839 |
+
download_button=gr.Button("Yuklash")
|
1840 |
with gr.Row():
|
1841 |
status_bar=gr.Textbox(label="")
|
1842 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|