Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oopstom
/
ReactSeq
like
3
Sleeping
App
Files
Files
Community
8ffc003
ReactSeq
/
inference.py
Oopstom
Upload 313 files
c668e80
verified
4 months ago
raw
Copy download link
history
blame
Safe
96 Bytes
#!/usr/bin/env python
from
onmt.
bin
.translate
import
main
if
__name__ ==
"__main__"
:
main()