Commit 1d8566ce authored by Richard Torenvliet's avatar Richard Torenvliet

Put back support for the eigenvalue multiplier

parent bf8fac8c
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment