@@ -54,7 +54,7 @@ public class FaceppClient {
* @author WANGWEI
* @return
*/
- public FaceppClient getClient() {
+ public static FaceppClient getClient() {
if (null == faceppClient) {
synchronized (FaceppClient.class) {