kylar55 commited on
Commit
916075b
·
verified ·
1 Parent(s): ea6d12f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ def predict(text):
22
  return "other"
23
 
24
  # Creamos la interfaz y la lanzamos.
25
- gr.Interface(fn=predict, inputs=gr.inputs.Textbox(), outputs=gr.outputs.Label(),examples=["私は吉良吉影、33歳、家は杜王町の北西、大きな家が立ち並ぶところにあり、未婚です。","Esta frase no es un meme","Somebody once told me the world is gonna"]).launch(share=False)
 
22
  return "other"
23
 
24
  # Creamos la interfaz y la lanzamos.
25
+ gr.Interface(fn=predict, inputs=gr.inputs.Textbox(), outputs=gr.outputs.Label(),examples=["娘が1歳になったので新しい知育玩具を探していたところリーズナブルで見た目も可愛いこちらの商品に辿りつきました。","Esta frase no es un meme","Highly recommend for those who don't like being spoon fed CGI garbage."]).launch(share=False)