r3gm commited on
Commit
be23d15
1 Parent(s): 4e4c3fe

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +1 -0
webUI.py CHANGED
@@ -276,4 +276,5 @@ for category, models in model_dict.items():
276
 
277
 
278
 
 
279
  webui.launch()
 
276
 
277
 
278
 
279
+ webui = UVRWebUI(uvr, online_data_path='models/download_checks.json')
280
  webui.launch()