Spaces:
Sleeping
Sleeping
Tirath5504
commited on
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-Text-Hinglish",
|
8 |
device=0 if torch.cuda.is_available() else -1
|
9 |
)
|
10 |
|