Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sibikrish
/
PayShield-ML
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PayShield-ML
/
main.py
Sibi Krishnamoorthy
prod
8a08300
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
def
main
():
print
(
"Hello from payshield-ml!"
)
if
__name__ ==
"__main__"
:
main()