Spaces:
Running
Running
Commit
·
ff8641c
1
Parent(s):
ebbeab2
Update app.py
Browse files
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-
|
| 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'])
|