Browse Source

swap_face

ming 3 years ago
parent
commit
9cfba77bcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      util/swap_face.py

+ 1 - 1
util/swap_face.py

@@ -28,7 +28,7 @@ class swap_face():
             time.sleep(5)
             print('waiting...')
         self.notify_group('人物生成成功,在:www.choozmo.com:8168/swap_save/'+name_hash+'.avi')
-        return {'msg':'生成中請稍候,成果會在line中展示'}
+        return {'msg':'生成中,成果會在line中展示'}
 
     def runthreadswap(self,src_img,sv_path):
         os.system('python3 FaceSwap/main_video.py --src_img '+src_img+' --video_path ./FaceSwap/nina_noGesture_adj.mp4 --correct_color --save_path '+sv_path)