🔧 chore(ui): refactor imports and remove unused code in __init__.py and gradio_ui.py

🔥 chore(ui): remove unused launcher.py file
The imports in __init__.py and gradio_ui.py have been refactored to remove the unused import statements. The launcher.py file has been removed as it is no longer needed. This improves code cleanliness and reduces unnecessary clutter.
This commit is contained in:
2024-02-23 10:45:59 +01:00
parent 2ec4af56c1
commit 8951837d04
3 changed files with 13 additions and 14 deletions

View File

@@ -1,2 +1 @@
from .gradio_ui import GenerateUI
from .launcher import launch
from .gradio_ui import GenerateUI, launch