suinY00N commited on
Commit
8ea44a9
1 Parent(s): 47bf4b2

Update app.py

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