Update UI tab names in gradio_ui.py

This commit is contained in:
2024-02-16 13:57:36 +01:00
parent 9c55b04bcd
commit 1d32bc38d0

View File

@@ -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()