DuoSubs / app.py
CK-Explorer
fix: remove the main block
63acb21
raw
history blame
107 Bytes
from ui.layout import create_main_gr_blocks_ui as duosubs_gr_blocks
app = duosubs_gr_blocks()
app.launch()