Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -194,7 +194,7 @@ def create_new_repo(repoid):
|
|
194 |
|
195 |
|
196 |
|
197 |
-
with gr.Blocks() as demo:
|
198 |
gr.Markdown("# <div style='text-align: center;'> RVC DATASET MAKER</div>")
|
199 |
with gr.Tabs():
|
200 |
with gr.TabItem("make dataset"):
|
|
|
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"):
|