Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ class ToxicCommentClassification:
|
|
29 |
|
30 |
|
31 |
def main():
|
32 |
-
model = ToxicCommentClassification("DuongTrongChi/d-filter-v1.
|
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(
|