Hev832 commited on
Commit
de35b39
·
verified ·
1 Parent(s): 8a0f41c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -197,7 +197,7 @@ def create_new_repo(repoid):
197
 
198
 
199
  with gr.Blocks() as demo:
200
- gr.Markdown(f"## <div style='text-align: center;'> RVC DATASET MAKER</div>")
201
  with gr.Tabs():
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
@@ -223,7 +223,7 @@ with gr.Blocks() as demo:
223
  """
224
  # Note:
225
  If you use google colab make sure you follow this step
226
- `example:`
227
  !unzip content/{audio_name}.zip content/{audio_name}/{audio_name}
228
  """
229
  )
@@ -233,10 +233,7 @@ with gr.Blocks() as demo:
233
 
234
 
235
 
236
-
237
  demo.launch(
238
  debug=True,
239
  share=True,
240
  )
241
-
242
-
 
197
 
198
 
199
  with gr.Blocks() as demo:
200
+ gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
201
  with gr.Tabs():
202
  with gr.TabItem("make dataset"):
203
  with gr.Row():
 
223
  """
224
  # Note:
225
  If you use google colab make sure you follow this step
226
+ `example:`<br>
227
  !unzip content/{audio_name}.zip content/{audio_name}/{audio_name}
228
  """
229
  )
 
233
 
234
 
235
 
 
236
  demo.launch(
237
  debug=True,
238
  share=True,
239
  )