Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def create_new_repo(repoid):
|
|
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():
|
@@ -222,6 +222,9 @@ with gr.Blocks() as demo:
|
|
222 |
!unzip content/{audio_name}.zip content/{audio_name}/{audio_name}
|
223 |
"""
|
224 |
)
|
|
|
|
|
|
|
225 |
|
226 |
|
227 |
demo.launch()
|
|
|
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():
|
|
|
222 |
!unzip content/{audio_name}.zip content/{audio_name}/{audio_name}
|
223 |
"""
|
224 |
)
|
225 |
+
|
226 |
+
|
227 |
+
gr.Markdown(f"made with ❤ by [Hev832](https://huggingface.co/Hev832)")
|
228 |
|
229 |
|
230 |
demo.launch()
|