aalkaswan commited on
Commit
fb9083d
Β·
1 Parent(s): e7692af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from setfit import SetFitModel
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
 
9
- model = SetFitModel.from_pretrained("aalkaswan/java-deprecation-classifier",
10
  device='cpu', #Use this if you don't have a GPU
11
  token=os.environ.get('sec_tok'))
12
 
 
6
  def greet(name):
7
  return "Hello " + name + "!!"
8
 
9
+ model = SetFitModel.from_pretrained("AISE-TUDelft/java-ownership-classifier",
10
  device='cpu', #Use this if you don't have a GPU
11
  token=os.environ.get('sec_tok'))
12