Spaces:
Runtime error
Runtime error
Akshay Vs
commited on
Commit
•
daeb276
1
Parent(s):
b495f34
Added functionality
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from random import randint
|
|
7 |
|
8 |
# initializing session_state
|
9 |
#os.system('pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
|
10 |
-
|
11 |
|
12 |
from transformers import pipeline, set_seed
|
13 |
|
|
|
7 |
|
8 |
# initializing session_state
|
9 |
#os.system('pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu')
|
10 |
+
os.system('pip install transformers')
|
11 |
|
12 |
from transformers import pipeline, set_seed
|
13 |
|