Spaces:
Runtime error
Runtime error
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -243,4 +243,4 @@ for category, models in model_dict.items():
|
|
243 |
|
244 |
|
245 |
webui = UVRWebUI(uvr, online_data_path='models/download_checks.json')
|
246 |
-
webui.launch(
|
|
|
243 |
|
244 |
|
245 |
webui = UVRWebUI(uvr, online_data_path='models/download_checks.json')
|
246 |
+
webui.launch()
|