Hev832 commited on
Commit
ec6e908
·
verified ·
1 Parent(s): 78d10ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -191,11 +191,14 @@ def create_new_repo(repoid):
191
  return str(e)
192
 
193
 
 
 
 
194
 
195
 
196
-
197
- with gr.Blocks(theme="Hev832/Hev832") as demo:
198
  gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
 
199
  with gr.Tabs():
200
  with gr.TabItem("make dataset"):
201
  with gr.Row():
 
191
  return str(e)
192
 
193
 
194
+ negra = gr.themes.Base(
195
+ primary_hue="blue",
196
+ secondary_hue="blue")
197
 
198
 
199
+ with gr.Blocks(theme=negra) as demo:
 
200
  gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
201
+ gr.Markdown(" <div style='text-align: center;'> only work for audio only vocal!</div>")
202
  with gr.Tabs():
203
  with gr.TabItem("make dataset"):
204
  with gr.Row():