a9c2120 99d6fba a9c2120
1
2
3
4
5
6
7
8
9
from PyInstaller.utils.hooks import collect_data_files hiddenimports = [ 'gradio' ] # Use collect_data_files to find data files. Replace 'gradio' with the correct package name if it's different. datas = collect_data_files('gradio')