suinY00N commited on
Commit
1528d2a
1 Parent(s): 6333734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ def my_inference_function(sec_text):
144
 
145
  gr_interface = gradio.Interface(
146
  fn = my_inference_function,
147
- title = "Sentiment Analysis"
148
  inputs = "text",
149
  outputs = "text"
150
  )
 
144
 
145
  gr_interface = gradio.Interface(
146
  fn = my_inference_function,
147
+ title = "Sentiment Analysis",
148
  inputs = "text",
149
  outputs = "text"
150
  )