Hev832 commited on
Commit
34cca20
·
verified ·
1 Parent(s): 6343dce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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()