浏览代码

Merge branch 'binary' of https://github.com/danielgatis/rembg into binary

Daniel Gatis 1 年之前
父节点
当前提交
653e734f5f
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      build-exe.ps1

+ 8 - 0
build-exe.ps1

@@ -0,0 +1,8 @@
+# Install required packages
+# pip install -e ".[cli]"
+
+# Create PyInstaller spec file with specified data collections
+# pyi-makespec --collect-data=gradio_client --collect-data=gradio rembg.py
+
+# Run PyInstaller with the generated spec file
+pyinstaller rembg.spec