Skip to content

Fix #6 internal server error

Refer to the routes.py file. Earlier, By default a new session was getting created which didn't contain the loaded model and weights . I defined a global session containing the model and setting to be used by keras in each thread.

closes #6 (closed)

Edited by rishav1802

Merge request reports