Spaces:
Sleeping
Sleeping
Max Ku
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -239,6 +239,8 @@ options:
|
|
| 239 |
|
| 240 |
## β FAQ
|
| 241 |
|
|
|
|
|
|
|
| 242 |
Q: Error `src.utils.kokoro_voiceover import KokoroService # You MUST import like this as this is our custom voiceover service. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'src'`. <br>
|
| 243 |
A: Please run `export PYTHONPATH=$(pwd):$PYTHONPATH` when you start a new terminal. <br>
|
| 244 |
|
|
@@ -248,9 +250,13 @@ A: Check your Manim installation. <br>
|
|
| 248 |
Q: Error `latex ...` <br>
|
| 249 |
A: Check your latex installation. <br>
|
| 250 |
|
| 251 |
-
Q: The output is not showing response? <br>
|
|
|
|
|
|
|
|
|
|
| 252 |
A: It could be API-related issues. Make sure your `.env` file is properly configured (fill in your API keys), or you can enable litellm debug mode to figure out the issues. <br>
|
| 253 |
|
|
|
|
| 254 |
## ποΈ Citation
|
| 255 |
|
| 256 |
Please kindly cite our paper if you use our code, data, models or results:
|
|
|
|
| 239 |
|
| 240 |
## β FAQ
|
| 241 |
|
| 242 |
+
The FAQ should cover the most common errors you could encounter. If you see something new, report it on issues.
|
| 243 |
+
|
| 244 |
Q: Error `src.utils.kokoro_voiceover import KokoroService # You MUST import like this as this is our custom voiceover service. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'src'`. <br>
|
| 245 |
A: Please run `export PYTHONPATH=$(pwd):$PYTHONPATH` when you start a new terminal. <br>
|
| 246 |
|
|
|
|
| 250 |
Q: Error `latex ...` <br>
|
| 251 |
A: Check your latex installation. <br>
|
| 252 |
|
| 253 |
+
Q: The output log is not showing response? <br>
|
| 254 |
+
A: It could be API-related issues. Make sure your `.env` file is properly configured (fill in your API keys), or you can enable litellm debug mode to figure out the issues. <be>
|
| 255 |
+
|
| 256 |
+
Q: Plans / Scenes are missing? <br>
|
| 257 |
A: It could be API-related issues. Make sure your `.env` file is properly configured (fill in your API keys), or you can enable litellm debug mode to figure out the issues. <br>
|
| 258 |
|
| 259 |
+
|
| 260 |
## ποΈ Citation
|
| 261 |
|
| 262 |
Please kindly cite our paper if you use our code, data, models or results:
|