bring-your-own-container/fairseq_translation/fairseq/wsgi.py (2 lines of code) (raw):
import predictor as myapp
# This is just a simple wrapper for gunicorn to find your app.
# If you want to change the algorithm file, simply change "predictor" above to the
# new file.
app = myapp.app