| @@ -46,10 +46,18 @@ public class AiVideoHelper { | |||||
| public void setUrl(String url){ | public void setUrl(String url){ | ||||
| this.url = url; | this.url = url; | ||||
| } | } | ||||
| @Value("${photo.hy_url}") | |||||
| private static String hy_url; | private static String hy_url; | ||||
| @Value("${photo.talk}") | |||||
| @Value("${photo.hy_url}") | |||||
| public void setHyUrl(String url){ | |||||
| this.hy_url = url; | |||||
| } | |||||
| private static String talk_url; | private static String talk_url; | ||||
| @Value("${photo.talk}") | |||||
| public void setTalkUrl(String url){ | |||||
| this.talk_url = url; | |||||
| } | |||||
| public static String photo_speak_suffix = "/img_talking"; | public static String photo_speak_suffix = "/img_talking"; | ||||
| public static String image_quality_suffix = "/image_qualit"; | public static String image_quality_suffix = "/image_qualit"; | ||||
| public static String voice_preview = "/tts_wav"; | public static String voice_preview = "/tts_wav"; | ||||