Zengyf-CVer commited on
Commit
7623c4e
1 Parent(s): 15d020c

v02 update

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -370,15 +370,10 @@ def main(args):
370
  description=description,
371
  examples=examples,
372
  theme="seafoam",
373
- # live=True, # 实时变更输出
374
  flagging_dir="run", # 输出目录
375
- # flagging_options=["good", "generally", "bad"],
376
- # allow_flagging="auto",
377
- # ).launch(inbrowser=True, auth=['admin', 'admin'])
378
  ).launch(
379
  inbrowser=True, # 自动打开默认浏览器
380
  show_tips=True, # 自动显示gradio最新功能
381
- # favicon_path="./icon/logo.ico",
382
  )
383
 
384
 
 
370
  description=description,
371
  examples=examples,
372
  theme="seafoam",
 
373
  flagging_dir="run", # 输出目录
 
 
 
374
  ).launch(
375
  inbrowser=True, # 自动打开默认浏览器
376
  show_tips=True, # 自动显示gradio最新功能
 
377
  )
378
 
379