Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kaiserpister
/
guess-the-function
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
guess-the-function
/
venv
/
lib
/
python3.11
/
site-packages
/
fontTools
/
cu2qu
/
__main__.py
kaiserpister
Upload folder using huggingface_hub
6eefbd7
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
83 Bytes
import
sys
from
.cli
import
main
if
__name__ ==
"__main__"
:
sys.exit(main())