Spaces:
Runtime error
Runtime error
add tiktoken dep
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ pytube==12.1.3
|
|
4 |
wandb==0.15.0
|
5 |
gradio==3.23.0
|
6 |
openai==0.27.4
|
7 |
-
chromadb==0.3.21
|
|
|
|
4 |
wandb==0.15.0
|
5 |
gradio==3.23.0
|
6 |
openai==0.27.4
|
7 |
+
chromadb==0.3.21
|
8 |
+
tiktoken==0.3.3
|