data_text_search / hook-gradio.py
seanpedrickcase's picture
Many changes to code organisation. More efficient searches from using intermediate outputs. Version 0.1
99d6fba
raw
history blame
238 Bytes
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')