fix: add favicon

This commit is contained in:
Javier Martinez 2024-07-29 08:47:07 +02:00
parent 4ca3938a66
commit 0addef11d3
No known key found for this signature in database

View file

@ -486,7 +486,7 @@ class PrivateGptUi:
blocks = self.get_ui_blocks() blocks = self.get_ui_blocks()
blocks.queue() blocks.queue()
logger.info("Mounting the gradio UI, at path=%s", path) logger.info("Mounting the gradio UI, at path=%s", path)
gr.mount_gradio_app(app, blocks, path=path) gr.mount_gradio_app(app, blocks, path=path, favicon_path=AVATAR_BOT)
if __name__ == "__main__": if __name__ == "__main__":