amitu009 commited on
Commit
bff8cbe
1 Parent(s): a1dff47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,6 +12,6 @@ iface = gr.Interface(fn = get_sentiment,
12
  inputs = "text",
13
  outputs = ['text'],
14
  title = 'question-answering',
15
- description="Get Sentiment Negative/Positive for the given input")
16
 
17
  iface.launch(inline = False)
 
12
  inputs = "text",
13
  outputs = ['text'],
14
  title = 'question-answering',
15
+ description="question-answering for the given input")
16
 
17
  iface.launch(inline = False)