Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
1 |
openai==1.3.5
|
2 |
pandas==2.0.0
|
3 |
tqdm==4.65.0
|
|
|
|
1 |
+
gradio==3.27.0
|
2 |
+
gradio_client==0.1.3
|
3 |
+
huggingface-hub==0.13.4
|
4 |
openai==1.3.5
|
5 |
pandas==2.0.0
|
6 |
tqdm==4.65.0
|
7 |
+
transformers==4.28.1
|