Spaces:
Runtime error
Runtime error
flynn-chen commited on
Commit ·
bca32bb
1
Parent(s): 62a1389
qg
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
-
os.system("pip install -U transformers==3.0.0"
|
| 4 |
os.system("pip install nltk")
|
| 5 |
os.system("python -m nltk.downloader punkt")
|
| 6 |
|
|
|
|
| 1 |
import os
|
| 2 |
|
| 3 |
+
os.system("pip install -U transformers==3.0.0")
|
| 4 |
os.system("pip install nltk")
|
| 5 |
os.system("python -m nltk.downloader punkt")
|
| 6 |
|