Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Samleuma
/
Imgenhance
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Imgenhance
/
main.py
mt2nwdn
Add initial project structure and configure dependencies
d184417
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
def
main
():
print
(
"Hello from repl-nix-workspace!"
)
if
__name__ ==
"__main__"
:
main()