Akhilps45 commited on
Commit
35ff9ac
·
verified ·
1 Parent(s): f7b5c88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ def get_sentiment(input_text):
6
  return result[0]['label']
7
 
8
  #Launch the webui
9
- iface = gr.interface(
10
  fn = get_sentiment,
11
  inputs= "text",
12
  outputs = "text",
 
6
  return result[0]['label']
7
 
8
  #Launch the webui
9
+ iface = gr.Interface(
10
  fn = get_sentiment,
11
  inputs= "text",
12
  outputs = "text",