imseldrith commited on
Commit
3ea8df9
1 Parent(s): 47b8788

Update DeepFakeAI/uis/core.py

Browse files
Files changed (1) hide show
  1. DeepFakeAI/uis/core.py +1 -1
DeepFakeAI/uis/core.py CHANGED
@@ -25,7 +25,7 @@ def launch() -> None:
25
  ui_layout_module.pre_check()
26
  ui_layout_module.render()
27
  ui_layout_module.listen()
28
- ui.launch(debug=True, share=True)
29
 
30
 
31
  def load_ui_layout_module(ui_layout : str) -> Any:
 
25
  ui_layout_module.pre_check()
26
  ui_layout_module.render()
27
  ui_layout_module.listen()
28
+ ui.launch(debug=True)
29
 
30
 
31
  def load_ui_layout_module(ui_layout : str) -> Any: