Spaces:
Running
on
Zero
Running
on
Zero
added theme
#14
by
netynet
- opened
- src/webui.py +1 -1
src/webui.py
CHANGED
@@ -166,7 +166,7 @@ if __name__ == '__main__':
|
|
166 |
with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
|
167 |
public_models = json.load(infile)
|
168 |
|
169 |
-
with gr.Blocks(title='AICoverGenWebUI') as app:
|
170 |
|
171 |
gr.Label('AICoverGen WebUI ZeroGPU mode created with ❤️', show_label=False)
|
172 |
gr.Markdown(
|
|
|
166 |
with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
|
167 |
public_models = json.load(infile)
|
168 |
|
169 |
+
with gr.Blocks(title='AICoverGenWebUI', theme=gr.themes.Soft()) as app:
|
170 |
|
171 |
gr.Label('AICoverGen WebUI ZeroGPU mode created with ❤️', show_label=False)
|
172 |
gr.Markdown(
|