Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -270,6 +270,12 @@ with gr.Blocks(theme="ParityError/Interstellar") as app:
|
|
270 |
#gr.HTML("<a href='https://ko-fi.com/rejekts' target='_blank'><img src='file/kofi_button.png' alt='🤝 Support Me'></a>")
|
271 |
with gr.Row():
|
272 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
273 |
with gr.Tabs():
|
274 |
with gr.TabItem("1.Choose a voice model:"):
|
275 |
model_picker = gr.Dropdown(label="Model: ",choices=show_available('assets/weights','.pth'),value=show_available('assets/weights','.pth'),interactive=True,allow_custom_value=True)
|
|
|
270 |
#gr.HTML("<a href='https://ko-fi.com/rejekts' target='_blank'><img src='file/kofi_button.png' alt='🤝 Support Me'></a>")
|
271 |
with gr.Row():
|
272 |
with gr.Column():
|
273 |
+
with gr.Tabs():
|
274 |
+
with gr.TabItem("Info"):
|
275 |
+
gr.HTML("<b><h2> 📄RVC Easy Web </h2></b>")
|
276 |
+
gr.Markdown("- Code by @Rejekts")
|
277 |
+
gr.Markdown("- mod by Blane187")
|
278 |
+
|
279 |
with gr.Tabs():
|
280 |
with gr.TabItem("1.Choose a voice model:"):
|
281 |
model_picker = gr.Dropdown(label="Model: ",choices=show_available('assets/weights','.pth'),value=show_available('assets/weights','.pth'),interactive=True,allow_custom_value=True)
|