Spaces:
Running
Running
Evan Lesmez
commited on
Commit
•
2848d03
1
Parent(s):
e5eeb1b
add tenacity
Browse files- requirements.txt +1 -0
- requirements/core.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio==4.32.2
|
|
2 |
gradio_client==0.17.0
|
3 |
markdown-it-py==3.0.0
|
4 |
openai==1.30.2
|
|
|
5 |
tqdm==4.66.2
|
|
|
2 |
gradio_client==0.17.0
|
3 |
markdown-it-py==3.0.0
|
4 |
openai==1.30.2
|
5 |
+
tenacity==8.2.3
|
6 |
tqdm==4.66.2
|
requirements/core.txt
CHANGED
@@ -7,4 +7,5 @@ duckduckgo-search
|
|
7 |
# torch
|
8 |
# torchvision
|
9 |
Pillow
|
10 |
-
markdown
|
|
|
|
7 |
# torch
|
8 |
# torchvision
|
9 |
Pillow
|
10 |
+
markdown
|
11 |
+
tenacity
|