Luzixus commited on
Commit
ecd13a5
·
1 Parent(s): a9456f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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("Download Model"):
1827
  with gr.Row():
1828
- url=gr.Textbox(label="Enter the URL to the Model:")
1829
  with gr.Row():
1830
- model = gr.Textbox(label="Name your model:")
1831
- download_button=gr.Button("Download")
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
- Original RVC:https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI Mangio’s RVC Fork:https://github.com/Mangio621/Mangio-RVC-Fork ❤️ If you like the EasyGUI, help me keep it.❤️ https://paypal.me/lesantillan
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