Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import torch
|
|
| 4 |
|
| 5 |
classifier = pipeline(
|
| 6 |
"text-classification",
|
| 7 |
-
model="
|
| 8 |
device=0 if torch.cuda.is_available() else -1
|
| 9 |
)
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
classifier = pipeline(
|
| 6 |
"text-classification",
|
| 7 |
+
model="dj-dawgs-ipd/IPD-finetuned-english-text",
|
| 8 |
device=0 if torch.cuda.is_available() else -1
|
| 9 |
)
|
| 10 |
|