Tirath5504 commited on
Commit
ffeabc1
·
verified ·
1 Parent(s): 6f3b51a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  classifier = pipeline(
6
  "text-classification",
7
- model="Tirath5504/IPD-Text-Hinglish",
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