Yifeng Wang(正经人王同学) commited on
Commit
7a01f51
·
2 Parent(s): d02f3a5 2b9af02

pre-commit fix (#140)

Browse files
Files changed (1) hide show
  1. owl/app.py +1 -1
owl/app.py CHANGED
@@ -461,7 +461,7 @@ def create_ui():
461
  """
462
  )
463
 
464
- with gr.Tabs() as tabs:
465
  with gr.TabItem("运行模式"):
466
  with gr.Row():
467
  with gr.Column(scale=1):
 
461
  """
462
  )
463
 
464
+ with gr.Tabs():
465
  with gr.TabItem("运行模式"):
466
  with gr.Row():
467
  with gr.Column(scale=1):