Suno-Prompt-Generator / hooks /hook-gradio.py
Bobby Collins
Add Windows installer packaging (v1.1.0)
fbe4bfc
raw
history blame contribute delete
223 Bytes
# PyInstaller hook for Gradio.
# Gradio reads its own .py source files at runtime for component metadata,
# so we must collect them as source rather than compiled bytecode.
module_collection_mode = {
"gradio": "py",
}