shebin09 commited on
Commit
6ef21ba
·
verified ·
1 Parent(s): cfcebf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def get_sentiment(input_text):
11
  iface= gr.Interface(
12
  fn=get_sentiment,
13
  inputs='text',
14
- oututs='text',
15
  title='My first AI app',
16
  description='Enter Some Text'
17
  )
 
11
  iface= gr.Interface(
12
  fn=get_sentiment,
13
  inputs='text',
14
+ outputs='text',
15
  title='My first AI app',
16
  description='Enter Some Text'
17
  )