Spaces:
Runtime error
Runtime error
flynn-chen
commited on
Commit
•
53d956a
1
Parent(s):
bca32bb
qg
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
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 |
|
7 |
import gradio as gr
|
|
|
1 |
import os
|
2 |
|
3 |
os.system("pip install -U transformers==3.0.0")
|
4 |
+
os.system("pip install nltk torch")
|
5 |
os.system("python -m nltk.downloader punkt")
|
6 |
|
7 |
import gradio as gr
|