Added some stuff

This commit is contained in:
Saifeddine ALOUI 2023-12-05 22:56:39 +01:00
parent c6720f63ea
commit 328b9f6d2e

1
app.py
View File

@ -1577,6 +1577,7 @@ try:
self.config.binding_name = data['name']
self.binding = BindingBuilder().build_binding(self.config, self.lollms_paths, InstallOption.FORCE_INSTALL, self.notify)
ASCIIColors.success("Binding reinstalled successfully")
self.notify("<b>Please reboot the application so that the binding installation</b>",True, 30)
self.config.binding_name = old_bn
self.binding = BindingBuilder().build_binding(self.config, self.lollms_paths, self.notify)
self.model = self.binding.build_model()