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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -11,5 +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
15
- ']).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)