Spaces:
Running
Running
adding theme
#3
by
nevreal
- opened
- src/webui.py +1 -1
src/webui.py
CHANGED
@@ -180,7 +180,7 @@ if __name__ == '__main__':
|
|
180 |
with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
|
181 |
public_models = json.load(infile)
|
182 |
|
183 |
-
with gr.Blocks(title='RVC AICoverGen WebUI') as app:
|
184 |
|
185 |
gr.Label('RVC AICoverGen WebUI', show_label=False)
|
186 |
gr.HTML(
|
|
|
180 |
with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
|
181 |
public_models = json.load(infile)
|
182 |
|
183 |
+
with gr.Blocks(title='RVC AICoverGen WebUI', theme="hmb/amethyst") as app:
|
184 |
|
185 |
gr.Label('RVC AICoverGen WebUI', show_label=False)
|
186 |
gr.HTML(
|