Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[["
|
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()
|