From 1d32bc38d097b30772a2f0ba5411f486b9415e59 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 16 Feb 2024 13:57:36 +0100 Subject: [PATCH] Update UI tab names in gradio_ui.py --- ui/gradio_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gradio_ui.py b/ui/gradio_ui.py index ea1f9b0..9826de3 100644 --- a/ui/gradio_ui.py +++ b/ui/gradio_ui.py @@ -24,7 +24,7 @@ class GenerateUI: def launch_ui(self): ui = gr.TabbedInterface( - *self.get_interfaces(), "Viral Automator", "NoCrypt/miku", css=self.css + *self.get_interfaces(), "Viral Factory", "NoCrypt/miku", css=self.css ) ui.launch()