Add files via upload

This commit is contained in:
Iván Eduardo Chavez Ayub
2025-06-23 12:09:20 -06:00
committed by GitHub
parent 9412399a5d
commit 717e84afaf
5 changed files with 628 additions and 323 deletions
+3 -3
View File
@@ -1,16 +1,16 @@
# -*- mode: python ; coding: utf-8 -*-
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['Warlock-Studio.py'],
pathex=[],
binaries=[],
datas=[('AI-onnx', 'AI-onnx'),('rsc', 'rsc'), ('Assets', 'Assets')],
datas=[('AI-onnx', 'AI-onnx'), ('Assets', 'Assets'), ('rsc', 'rsc')],
hiddenimports=[],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
excludes=['nltk', 'scipy', 'scipy.stats', 'scipy.stats.distributions', 'scipy.stats._distn_infrastructure'],
noarchive=False,
optimize=0,
)