Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yaman007
/
12321321
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
12321321
/
collab.py
yaman007
Update collab.py
d280d0c
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
185 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.add_space_collaborator(
repo_id=
"yaman007/12321321"
,
username=
"Aryman235"
,
permission=
"write"
# or "read" or "admin"
)