Spaces:
Runtime error
Runtime error
Alperencaca
commited on
Commit
·
d6e59b4
1
Parent(s):
e969e22
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
pip install transformers
|
2 |
-
|
3 |
from transformers import pipeline
|
4 |
|
5 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|
|
|
|
|
|
|
1 |
from transformers import pipeline
|
2 |
|
3 |
device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
|