Spaces:
Running
on
Zero
Running
on
Zero
File size: 170 Bytes
d1ed09d |
1 2 3 4 5 6 7 8 9 10 11 12 |
"""
Helper functions for freezing imageio.
"""
def get_includes():
return ["email", "urllib.request", "numpy", "zipfile", "io"]
def get_excludes():
return []
|