kalebu commited on
Commit
4b65d0c
1 Parent(s): b622630

solved identation issue

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
  "negative":str(predictions[0][0]),
12
  "positive":str(predictions[0][1]),
13
  }
14
- return label
15
 
16
 
17
  iface = gr.Interface(
 
11
  "negative":str(predictions[0][0]),
12
  "positive":str(predictions[0][1]),
13
  }
14
+ return label
15
 
16
 
17
  iface = gr.Interface(