fix live preview

This commit is contained in:
Vladimir Mandic
2023-04-19 07:52:26 -04:00
parent 2b1b75dd12
commit ee3cea54eb
6 changed files with 28 additions and 32 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ function extensions_check(_, _){
x.innerHTML = "Loading..."
})
var id = randomId()
requestProgress(id, gradioApp().getElementById('extensions_installed_top'), null, function(){
})
requestProgress(id, gradioApp().getElementById('extensions_installed_top'), null, null, null, false)
return [id, JSON.stringify(disable)]
}