edgilr commited on
Commit
777e2a0
1 Parent(s): 8ea15a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ def predict(txt):
21
  #return classifier(txt)['label']
22
 
23
  gr.Interface(fn=predict, inputs="text", outputs="text",
24
- examples=['lovingly photographed in the manner of a golden book sprung to life , stuart little 2 manages sweetness largely without stickiness .',
25
  'the thing looks like a made-for-home-video quickie .']).launch(share=True)
 
21
  #return classifier(txt)['label']
22
 
23
  gr.Interface(fn=predict, inputs="text", outputs="text",
24
+ examples=['the story gives ample opportunity for large-scale action and suspense , which director shekhar kapur supplies with tremendous skill .',
25
  'the thing looks like a made-for-home-video quickie .']).launch(share=True)