i0xs0 commited on
Commit
3498231
·
verified ·
1 Parent(s): 9e94d7c

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="final_version_3Epoch", tokenizer="final_version_3Epoch")
6
 
7
 
8
 
 
2
  from transformers import pipeline
3
  import os
4
 
5
+ model = pipeline("text-classification", model="i0xs0/Emotion_Detection", tokenizer="i0xs0/Emotion_Detection")
6
 
7
 
8