selfit-camera commited on
Commit
fce53a0
·
1 Parent(s): 0d79725
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -592,6 +592,5 @@ if __name__ == "__main__":
592
  quiet=False, # 保持日志输出
593
  max_threads=40, # 增加线程池大小
594
  height=800,
595
- favicon_path=None, # 减少资源加载
596
- enable_queue=True
597
  )
 
592
  quiet=False, # 保持日志输出
593
  max_threads=40, # 增加线程池大小
594
  height=800,
595
+ favicon_path=None # 减少资源加载
 
596
  )