Sa-m commited on
Commit
46136eb
1 Parent(s): b11881c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
  io1 = gr.Interface.load('huggingface/MilaNLProc/xlm-emo-t')
4
  inputs = gr.inputs.Textbox(lines = 10, label="Text")
5
- gr.Interface(io1, inputs=inputs, title='Emotions Analyser',theme='peach')
 
2
 
3
  io1 = gr.Interface.load('huggingface/MilaNLProc/xlm-emo-t')
4
  inputs = gr.inputs.Textbox(lines = 10, label="Text")
5
+ gr.Interface(io1, inputs=inputs, title='Emotions Analyser',theme='peach').launch()