Devap001 commited on
Commit
c4dcc34
Β·
1 Parent(s): ab82f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,6 +42,6 @@ demo = gr.Interface(
42
  fn=movie_recommandation,
43
  inputs=gr.Textbox(placeholder="Enter the Movie Name"),
44
  outputs=[Label() for i in range(5)],
45
- examples=[["Scarlet Macaw on Perch"], ["horror"], ["action"]])
46
 
47
  demo.launch()
 
42
  fn=movie_recommandation,
43
  inputs=gr.Textbox(placeholder="Enter the Movie Name"),
44
  outputs=[Label() for i in range(5)],
45
+ examples=[["America of the seventies. Two New York City"], ["The Adventures of Prince Achmed"], ["Man on the Roof"], ["The Marriage Circle"], ["The Devil's Playground"]])
46
 
47
  demo.launch()