Spaces:
Sleeping
Sleeping
CK-Explorer
commited on
Commit
·
63acb21
1
Parent(s):
7663441
fix: remove the main block
Browse files
app.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
from ui.layout import create_main_gr_blocks_ui as duosubs_gr_blocks
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
webui.launch()
|
|
|
|
| 1 |
from ui.layout import create_main_gr_blocks_ui as duosubs_gr_blocks
|
| 2 |
|
| 3 |
+
app = duosubs_gr_blocks()
|
| 4 |
+
app.launch()
|
|
|