Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -192,13 +192,14 @@ def create_new_repo(repoid):
|
|
192 |
|
193 |
|
194 |
with gr.Blocks() as demo:
|
|
|
195 |
with gr.Tabs():
|
196 |
with gr.TabItem("make dataset"):
|
197 |
with gr.Row():
|
198 |
url_input = gr.Textbox(label="YouTube URL")
|
199 |
audio_name_input = gr.Textbox(label="Audio Name")
|
200 |
with gr.Row():
|
201 |
-
with gr.Accordion("Export dataset to huggingface", open=False):
|
202 |
with gr.Row():
|
203 |
hf_token_input = gr.Textbox(label="Hugging Face Token")
|
204 |
repo_id_input = gr.Textbox(label="Repository ID")
|
|
|
192 |
|
193 |
|
194 |
with gr.Blocks() as demo:
|
195 |
+
gr.Markdown("RVC Dataset Maker")
|
196 |
with gr.Tabs():
|
197 |
with gr.TabItem("make dataset"):
|
198 |
with gr.Row():
|
199 |
url_input = gr.Textbox(label="YouTube URL")
|
200 |
audio_name_input = gr.Textbox(label="Audio Name")
|
201 |
with gr.Row():
|
202 |
+
with gr.Accordion("Export dataset to huggingface (optional)", open=False):
|
203 |
with gr.Row():
|
204 |
hf_token_input = gr.Textbox(label="Hugging Face Token")
|
205 |
repo_id_input = gr.Textbox(label="Repository ID")
|