Skip to content
Snippets Groups Projects
Commit 1d8566ce authored by Richard Torenvliet's avatar Richard Torenvliet
Browse files

Put back support for the eigenvalue multiplier

parent bf8fac8c
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class ImageWebSocketHandler(websocket.WebSocketHandler):
self.texture_model,
image_filename,
shape_components,
shape_eigenvalues_multiplier,
shape_eigenvalues_multiplier=shape_eigenvalues_multiplier,
image_as_background=image_as_background
)
......@@ -137,7 +137,6 @@ class ApiHandler(web.RequestHandler):
self.set_header('Access-Control-Allow-Methods', 'POST, GET, OPTIONS')
self.set_header("Content-Type", 'application/vnd.api+json')
class FaceHandler(ApiHandler):
@web.asynchronous
def get(self, *args):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment