MYox commited on
Commit
de8bc3d
·
1 Parent(s): 173c3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from nltk.tokenize import sent_tokenize
2
  from setfit import SetFitModel
3
  import gradio as gr
4
 
5
- inf_model = model = SetFitModel.from_pretrained("MYox/NSS_multi-label_8_sent_v3_1")
6
 
7
  features = (['Teaching & learning', 'Support', 'Communication', 'Organisation & timetable',
8
  'Assessment & feedback', 'Career & placement', 'Health, well-being & social life', 'Facilities & technology'])
 
2
  from setfit import SetFitModel
3
  import gradio as gr
4
 
5
+ inf_model = SetFitModel.from_pretrained("MYox/NSS_multi-label_8_sent_v3_1")
6
 
7
  features = (['Teaching & learning', 'Support', 'Communication', 'Organisation & timetable',
8
  'Assessment & feedback', 'Career & placement', 'Health, well-being & social life', 'Facilities & technology'])