You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ pip install -r requirements.txt
44
44
45
45
Also install sadtalker(https://github.com/OpenTalker/SadTalker#%EF%B8%8F-1-installation), the sadtalker directory must be inside backend. Run the sadtalker webui once so that the venv environment is created.
46
46
47
+
Add your Cohere API key to backend/apikeys.json
48
+
47
49
# 🔌 How to use
48
50
49
51
Open up a terminal and go to frontend/topic2explanation
@@ -54,7 +56,7 @@ Open up another terminal and go to backend
54
56
```sh
55
57
uvicorn main:app
56
58
```
57
-
Add your Cohere API key to apikeys.json
59
+
58
60
59
61
# 🎨 Customizability
60
62
To change the character and voice, you need to put your desired character in characters directory. It must be in 640x720 resolution and for the voice you can choose a voice from the voice list which can be seen using this command.
0 commit comments