mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-06 01:30:24 +08:00
chore(format): run black on dev
This commit is contained in:
@@ -40,11 +40,9 @@ app = gr.Blocks()
|
||||
with app:
|
||||
with gr.Tabs():
|
||||
with gr.TabItem("在线demo"):
|
||||
gr.Markdown(
|
||||
value="""
|
||||
gr.Markdown(value="""
|
||||
RVC 在线demo
|
||||
"""
|
||||
)
|
||||
""")
|
||||
sid = gr.Dropdown(label=i18n("Inferencing voice"), choices=sorted(names))
|
||||
with gr.Column():
|
||||
spk_item = gr.Slider(
|
||||
|
||||
Reference in New Issue
Block a user