CK-Explorer commited on
Commit
63acb21
·
1 Parent(s): 7663441

fix: remove the main block

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,5 +1,4 @@
1
  from ui.layout import create_main_gr_blocks_ui as duosubs_gr_blocks
2
 
3
- if __name__ == "__main__":
4
- webui = duosubs_gr_blocks()
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()