DuongTrongChi commited on
Commit
0354d75
·
verified ·
1 Parent(s): a4e86cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class ToxicCommentClassification:
29
 
30
 
31
  def main():
32
- model = ToxicCommentClassification("DuongTrongChi/d-filter-v1.3")
33
  iface = gr.Interface(
34
  fn=model.predict,
35
  inputs=gr.Textbox(
 
29
 
30
 
31
  def main():
32
+ model = ToxicCommentClassification("DuongTrongChi/d-filter-v1.4")
33
  iface = gr.Interface(
34
  fn=model.predict,
35
  inputs=gr.Textbox(