Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imperial-cpg
/
rat-bench
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rat-bench
/
main.py
natasa
merge
75da344
6 months ago
raw
Copy download link
history
blame
contribute
delete
92 Bytes
def
main
():
print
(
"Hello from text-anon-reid!"
)
if
__name__ ==
"__main__"
:
main()