Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
uday987
/
pythonProject16
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
pythonProject16
File size: 83 Bytes
d60831e
1
2
3
4
5
6
7
import
sys
from
.cli
import
main
if
__name__ ==
"__main__"
: sys.exit(main())