hellorahulk commited on
Commit
a464a81
·
1 Parent(s): 56a88ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def get_sentiment(input_text):
7
  return sentiment(input_text)
8
 
9
  iface = gr.Interface(fn = get_sentiment,
10
- inputs ="text"
11
  outputs = ['text'],
12
  title = 'Sentiment Analysis',
13
  description="Get Sentiment Negative/Positive for the given input")
 
7
  return sentiment(input_text)
8
 
9
  iface = gr.Interface(fn = get_sentiment,
10
+ inputs ="text",
11
  outputs = ['text'],
12
  title = 'Sentiment Analysis',
13
  description="Get Sentiment Negative/Positive for the given input")