Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1823,19 +1823,19 @@ with gr.Blocks(theme=gr.themes.Base(), title='Mangio-RVC-Web 💻') as app:
|
|
| 1823 |
[vc_output3],
|
| 1824 |
)
|
| 1825 |
but1.click(fn=lambda: easy_uploader.clear())
|
| 1826 |
-
with gr.TabItem("
|
| 1827 |
with gr.Row():
|
| 1828 |
-
url=gr.Textbox(label="
|
| 1829 |
with gr.Row():
|
| 1830 |
-
model = gr.Textbox(label="
|
| 1831 |
-
download_button=gr.Button("
|
| 1832 |
with gr.Row():
|
| 1833 |
status_bar=gr.Textbox(label="")
|
| 1834 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|
| 1835 |
with gr.Row():
|
| 1836 |
gr.Markdown(
|
| 1837 |
"""
|
| 1838 |
-
|
| 1839 |
"""
|
| 1840 |
)
|
| 1841 |
|
|
|
|
| 1823 |
[vc_output3],
|
| 1824 |
)
|
| 1825 |
but1.click(fn=lambda: easy_uploader.clear())
|
| 1826 |
+
with gr.TabItem("Ses Modeli İndir"):
|
| 1827 |
with gr.Row():
|
| 1828 |
+
url=gr.Textbox(label="Ses Modeli Bağlantısı(URL):")
|
| 1829 |
with gr.Row():
|
| 1830 |
+
model = gr.Textbox(label="Ses Model Adı:")
|
| 1831 |
+
download_button=gr.Button("İndir")
|
| 1832 |
with gr.Row():
|
| 1833 |
status_bar=gr.Textbox(label="")
|
| 1834 |
download_button.click(fn=download_from_url, inputs=[url, model], outputs=[status_bar])
|
| 1835 |
with gr.Row():
|
| 1836 |
gr.Markdown(
|
| 1837 |
"""
|
| 1838 |
+
Not: HuggingFace'ten veya herhangi bir AI topluluğundan ses modeli URL'si alabilirsiniz. Sadece URL'de .zip içermelidir (örn. https://example.ai/model/sesmodeli.zip)
|
| 1839 |
"""
|
| 1840 |
)
|
| 1841 |
|