jtsang4 commited on
Commit
df89505
1 Parent(s): 5e305d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ user_interface = gr.Interface(
14
  description = 'Get Sentiment Negative/Positive for the given input'
15
  )
16
 
17
- user_interface.launch(inline = false )
 
14
  description = 'Get Sentiment Negative/Positive for the given input'
15
  )
16
 
17
+ user_interface.launch(inline = False )