Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -16
requirements.txt
CHANGED
@@ -1,16 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
sentencepiece
|
7 |
-
protobuf
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
tqdm # 進度條(如需加載大模型時)
|
12 |
-
|
13 |
-
# ====== 可選:PDF 密碼破解用 ======
|
14 |
-
pikepdf # PDF 密碼移除功能(如果有 pdfpass.py)
|
15 |
-
|
16 |
-
# ====== 你可視需要增刪 ======
|
|
|
1 |
+
streamlit
|
2 |
+
openai
|
3 |
+
pypdf
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
sentencepiece
|
7 |
+
protobuf
|
8 |
+
pikepdf
|
9 |
+
requests
|
10 |
+
tqdm
|
|
|
|
|
|
|
|
|
|
|
|