mirari commited on
Commit
8aa4824
1 Parent(s): c1c8dc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,5 +9,5 @@ def predict(frase):
9
  pred, pred_idx, probs = learn.predict(frase)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
- gr.Interface(fn=predict, inputs="text", outputs="text", examples=['frase1.txt','im updating my blog because i feel shitty
13
  ']).launch(share=False)
 
9
  pred, pred_idx, probs = learn.predict(frase)
10
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
11
 
12
+ 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
13
  ']).launch(share=False)