Sa-m commited on
Commit
37ae60f
1 Parent(s): 9c57b79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ inputs = gr.inputs.Textbox(label="Text")
12
  outpts=gr.outputs.Textbox(label="Output")
13
 
14
  #gr.Interface(emotionClassifier, inputs=inputs,outputs=outpts, title='Emotions Analyser',theme='peach').launch()
15
- gr.Interface.load(io1, inputs=inputs, title="Emotions Analyser",theme='peach').launch(enbale_queue=True)
12
  outpts=gr.outputs.Textbox(label="Output")
13
 
14
  #gr.Interface(emotionClassifier, inputs=inputs,outputs=outpts, title='Emotions Analyser',theme='peach').launch()
15
+ gr.Interface.load(io1, inputs=inputs, title="Emotions Analyser",theme='peach').launch(enable_queue=True)