Update 2
Browse files
2
CHANGED
|
@@ -2,4 +2,6 @@
|
|
| 2 |
pip cache purge
|
| 3 |
|
| 4 |
# ติดตั้งจาก requirements.txt
|
| 5 |
-
pip install --no-cache-dir -r requirements.txt
|
|
|
|
|
|
|
|
|
| 2 |
pip cache purge
|
| 3 |
|
| 4 |
# ติดตั้งจาก requirements.txt
|
| 5 |
+
pip install --no-cache-dir -r requirements.txt
|
| 6 |
+
|
| 7 |
+
pip install transformers
|