Browse Source

Merge branch 'master' of http://git.choozmo.com:3000/choozmo/AI_Anchor_2

deployer 3 năm trước cách đây
mục cha
commit
094ed74cfb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      api/routers/toolAvatarVoiceOnly.py

+ 1 - 0
api/routers/toolAvatarVoiceOnly.py

@@ -12,6 +12,7 @@ from pydantic import BaseModel
 from fastapi.templating import Jinja2Templates
 import queue
 import threading
+import rpyc
 
 q = queue.Queue()
 router = APIRouter()