smjain commited on
Commit
21a45b0
1 Parent(s): f41012e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,4 +10,4 @@ def analyse_sentiment(text):
10
  response = roberta_pipe(text)
11
  return response
12
 
13
- grad.Interface(fn=analyse_sentiment, inputs="text", outputs="text").launch(debug=True)
10
  response = roberta_pipe(text)
11
  return response
12
 
13
+ grad.Interface(fn=analyse_sentiment, inputs="text", outputs="text").launch()