Add timeout flag to predict (#1879)
* Add timeout flag to predict
* Allow the user of cog to specify the timeout
when performing predictions.
* This allows some models doing a lot in their
setup to not automatically time out and leaves
that parameter up to the user rather than a
hardcoded global.
* Use setup-timeout argument instead of timeout
* Specify that this timeout is specifically for
setups