mirari commited on
Commit
3c4884b
1 Parent(s): 544fca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def predict(frase):
11
  pred, pred_idx, probs = learn.predict(frase)
12
  return pred
13
 
14
- gr.Interface(fn=predict, inputs="text", outputs="text", examples=['im feeling rather rotten so im not very ambitious right now','im updating my blog because i feel shitty']).launch(share=False)
11
  pred, pred_idx, probs = learn.predict(frase)
12
  return pred
13
 
14
+ gr.Interface(fn=predict, inputs="text", outputs="text", examples=['im feeling rather rotten so im not very ambitious right now','im updating my blog because i feel shitty']).launch(share=False)