Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Realcat/image-matching-webui
fantos
/
vidimatch
like
1
Runtime error
App
Files
Files
Community
f29758c
vidimatch
/
third_party
/
Roma
/
setup.py
Vincentqyw
add: roma
62c7319
over 1 year ago
raw
Copy download link
history
blame
Safe
199 Bytes
from
setuptools
import
setup
setup(
name=
"roma"
,
packages=[
"roma"
],
version=
"0.0.1"
,
author=
"Johan Edstedt"
,
install_requires=
open
(
"requirements.txt"
,
"r"
).read().split(
"\n"
),
)