elitecode commited on
Commit
693510a
1 Parent(s): d8f6fd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- # gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
4
- gr.Interface.load("models/elitecode/Detect_Emotions").launch()
 
1
  import gradio as gr
2
 
3
+ gr.Interface.load("models/j-hartmann/emotion-english-distilroberta-base").launch()
4
+ # gr.Interface.load("models/elitecode/Detect_Emotions").launch()