Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
streamlit
|
| 2 |
openai==0.28
|
| 3 |
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
openai==0.28
|
| 3 |
python-dotenv
|
| 4 |
+
streamlit
|
| 5 |
+
sacrebleu
|
| 6 |
+
rouge-score
|
| 7 |
+
bert-score
|
| 8 |
+
transformers
|
| 9 |
+
torch
|
| 10 |
+
nltk
|