i0xs0 commited on
Commit
7806e6a
·
verified ·
1 Parent(s): 3cd0c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
2
  from transformers import pipeline
3
  import os
4
 
5
- # Load your pre-trained model
6
  model = pipeline("text-classification", model="i0xs0/Text_Classifiction", tokenizer="i0xs0/Text_Classifiction")
7
 
8
  if not os.path.exists(".logs"):
 
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"):