abdulmatinomotoso commited on
Commit
da84460
1 Parent(s): 0313fd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def get_emotion(sentence1, sentence2):
22
 
23
  demo = gr.Interface(get_emotion, inputs=['text', 'text'],
24
  outputs="text",
25
- title = "PARAPHRASES_DETECTOR -- detecting if a pair of sentence are equivalent or not")
26
 
27
  if __name__ == "__main__":
28
  demo.launch(debug=True)
 
22
 
23
  demo = gr.Interface(get_emotion, inputs=['text', 'text'],
24
  outputs="text",
25
+ title = "PARAPHRASES_DETECTOR -- Detecting if a pair of sentences are equivalent or not")
26
 
27
  if __name__ == "__main__":
28
  demo.launch(debug=True)