Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ZackBradshaw
/
Tools
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
847ba1b
Tools
/
office
/
__init__.py
ZackBradshaw
Upload folder using huggingface_hub
e67043b
verified
11 months ago
raw
Copy download link
history
blame
Safe
131 Bytes
from
..registry
import
register
@register(
"office-ppt"
)
def
office_ppt
():
from
.ppt
import
build_tool
return
build_tool