mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
🔧 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:
@@ -1,2 +1 @@
|
||||
from .gradio_ui import GenerateUI
|
||||
from .launcher import launch
|
||||
from .gradio_ui import GenerateUI, launch
|
||||
|
||||
Reference in New Issue
Block a user