johnpaulbin commited on
Commit
ff8641c
·
1 Parent(s): ebbeab2

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
 
7
  app = Flask(__name__)
8
 
9
- model = SetFitModel.from_pretrained("johnpaulbin/toxic-gte-small-2")
10
 
11
 
12
  @app.route('/infer', methods=['POST'])
 
6
 
7
  app = Flask(__name__)
8
 
9
+ model = SetFitModel.from_pretrained("johnpaulbin/toxic-gte-small-3")
10
 
11
 
12
  @app.route('/infer', methods=['POST'])