Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
gradio
|
2 |
spaces
|
3 |
markdown
|
4 |
-
markdownify
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
spaces
|
3 |
markdown
|
4 |
+
markdownify
|
5 |
+
transformers>=4.25.0
|
6 |
+
torch>=1.12.0
|
7 |
+
accelerate>=0.15.0
|
8 |
+
sentencepiece>=0.1.96
|
9 |
+
beautifulsoup4>=4.11.1
|