Skip to content

Commit

Permalink
add py files to pyinstaller for shark (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey authored Aug 4, 2023
1 parent 14fd0cd commit 759664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/stable_diffusion/shark_studio_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
datas += collect_data_files("gradio_client")
datas += collect_data_files("iree")
datas += collect_data_files("google_cloud_storage")
datas += collect_data_files("shark")
datas += collect_data_files("shark", include_py_files=True)
datas += collect_data_files("timm", include_py_files=True)
datas += collect_data_files("tkinter")
datas += collect_data_files("webview")
Expand Down

0 comments on commit 759664b

Please sign in to comment.