i0xs0 commited on
Commit
83b1735
·
verified ·
1 Parent(s): 7806e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
  import os
4
 
5
- model = pipeline("text-classification", model="i0xs0/Text_Classifiction", tokenizer="i0xs0/Text_Classifiction")
6
 
7
  if not os.path.exists(".logs"):
8
  os.makedirs(".logs")
 
2
  from transformers import pipeline
3
  import os
4
 
5
+ model = pipeline("text-classification", model="i0xs0/Text_Classifiction_V2", tokenizer="i0xs0/Text_Classifiction_V2")
6
 
7
  if not os.path.exists(".logs"):
8
  os.makedirs(".logs")