Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Zhatei
/
Oilkkkkbb
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Oilkkkkbb
/
setup.py
Shatei
Update space
5e373a9
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
226 Bytes
from
setuptools
import
setup, find_packages
setup(
name=
'Magic-FU'
,
version=
'0.0.1'
,
description=
''
,
packages=find_packages(),
install_requires=[
'torch'
,
'numpy'
,
'tqdm'
,
],
)