Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
michaelj
/
facefusionapi
like
1
Running
App
Files
Files
Community
8c9e7c2
facefusionapi
/
upload.py
michaelj
Upload folder using huggingface_hub
8fb085a
11 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
from
huggingface_hub
import
HfApi
api = HfApi()
api.upload_folder(
folder_path=
"/workspaces/facefusion-api"
,
repo_id=
"michaelj/facefusionapi"
,
repo_type=
"space"
,
)