Spaces:
Runtime error
Runtime error
Update src/webui.py
Browse files- 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='
|
| 184 |
|
| 185 |
gr.Label('Cover', show_label=False)
|
| 186 |
|
|
|
|
| 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='AICoverGen WebUI') as app:
|
| 184 |
|
| 185 |
gr.Label('Cover', show_label=False)
|
| 186 |
|