Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as app:
|
|
55 |
gr.Markdown(title_markdown)
|
56 |
|
57 |
with gr.Tab("模型搜索及上传"):
|
58 |
-
gr.HTML("<h3
|
59 |
search_name = gr.Textbox(placeholder="孙燕姿", label="请填写模型名称进行搜索", show_label=True)
|
60 |
# Salida
|
61 |
with gr.Row():
|
@@ -64,7 +64,7 @@ with gr.Blocks() as app:
|
|
64 |
btn_search_model = gr.Button(value="开始搜索吧💖", variant="primary")
|
65 |
btn_search_model.click(fn=search_model, inputs=[search_name], outputs=[sarch_output])
|
66 |
|
67 |
-
gr.HTML("<h3
|
68 |
post_name = gr.Textbox(placeholder="滔滔歌姬", label="请填写模型名称", show_label=True)
|
69 |
post_model_url = gr.Textbox(placeholder="https://huggingface.co/kevinwang676/RVC-models/resolve/main/talktalkgirl.zip", label="模型链接", info="1.推荐使用Hugging Face存放模型 2.复制Hugging Face模型链接后,需要将链接中的blob四个字母替换成resolve,使模型可以通过链接直接下载", show_label=True)
|
70 |
post_creator = gr.Textbox(placeholder="滔滔AI", label="模型贡献者", info="可填写您的昵称或任何有趣的ID", show_label=True)
|
|
|
55 |
gr.Markdown(title_markdown)
|
56 |
|
57 |
with gr.Tab("模型搜索及上传"):
|
58 |
+
gr.HTML("<h3>1. 搜索AI歌手模型</h3>")
|
59 |
search_name = gr.Textbox(placeholder="孙燕姿", label="请填写模型名称进行搜索", show_label=True)
|
60 |
# Salida
|
61 |
with gr.Row():
|
|
|
64 |
btn_search_model = gr.Button(value="开始搜索吧💖", variant="primary")
|
65 |
btn_search_model.click(fn=search_model, inputs=[search_name], outputs=[sarch_output])
|
66 |
|
67 |
+
gr.HTML("<h3>2. 上传AI歌手模型至社区 (上传完成后您立即可以搜索到您上传的模型)</h3>")
|
68 |
post_name = gr.Textbox(placeholder="滔滔歌姬", label="请填写模型名称", show_label=True)
|
69 |
post_model_url = gr.Textbox(placeholder="https://huggingface.co/kevinwang676/RVC-models/resolve/main/talktalkgirl.zip", label="模型链接", info="1.推荐使用Hugging Face存放模型 2.复制Hugging Face模型链接后,需要将链接中的blob四个字母替换成resolve,使模型可以通过链接直接下载", show_label=True)
|
70 |
post_creator = gr.Textbox(placeholder="滔滔AI", label="模型贡献者", info="可填写您的昵称或任何有趣的ID", show_label=True)
|