Meera22 commited on
Commit
8905321
·
verified ·
1 Parent(s): 807f73c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def get_sentiment(input_text):
9
 
10
  #Launch the web
11
  iface = gr.Interface(
12
- fn = get_sentiment
13
  inputs = "text",
14
  outputs = "text",
15
  title = "My first AI App",
 
9
 
10
  #Launch the web
11
  iface = gr.Interface(
12
+ fn = get_sentiment,
13
  inputs = "text",
14
  outputs = "text",
15
  title = "My first AI App",