Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oopstom
/
ReactSeq
like
3
Sleeping
App
Files
Files
Community
main
ReactSeq
/
inference.py
Oopstom
123
4f406ef
3 months ago
raw
Copy download link
history
blame
contribute
delete
111 Bytes
#!/usr/bin/env python
import
spaces
from
onmt.
bin
.translate
import
main
if
__name__ ==
"__main__"
:
main()