Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
aakashjapi
/
temp
like
0
Keras
Model card
Files
Files and versions
xet
Community
Use this model
main
temp
/
main.py
aakashjapi
Add lambda keras model
15bec80
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
84 Bytes
def
main
():
print
(
"Hello from tf-env!"
)
if
__name__ ==
"__main__"
:
main()