Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
valhalla
/
glide-text2im
like
63
Runtime error
App
Files
Files
Community
3
929245f
glide-text2im
/
setup.py
valhalla
add glide repo
891b88f
about 3 years ago
raw
Copy download link
history
blame
Safe
256 Bytes
from
setuptools
import
setup
setup(
name=
"glide-text2im"
,
packages=[
"glide_text2im"
],
install_requires=[
"Pillow"
,
"attrs"
,
"torch"
,
"filelock"
,
"requests"
,
"tqdm"
,
],
author=
"OpenAI"
,
)