Commit ·
bf5ecf9
1
Parent(s): db0d1d3
Update app.py
Browse files
app.py
CHANGED
|
@@ -131,8 +131,8 @@ iface = gr.Interface(
|
|
| 131 |
inputs= [gr.Textbox(label="Enter a movie name (five movie in total!)"), gr.Slider(minimum=0, maximum=5, step=1, label="Rate the movie")],
|
| 132 |
outputs= [gr.Textbox(label="Output", min_width=200), gr.components.Image(label="Poster", height=400, width=300), gr.components.HTML(label="Recommendations", height=400)],
|
| 133 |
live= False,
|
| 134 |
-
examples=[["The Matrix"], ["The Lion King"], ["Titanic"], ['Fight Club'], ["Inception"], ["Pulp Fiction"], ["Forrest Gump"], ["Schindler’s List"]],
|
| 135 |
-
title = "Movie Recommender"
|
| 136 |
|
| 137 |
)
|
| 138 |
|
|
|
|
| 131 |
inputs= [gr.Textbox(label="Enter a movie name (five movie in total!)"), gr.Slider(minimum=0, maximum=5, step=1, label="Rate the movie")],
|
| 132 |
outputs= [gr.Textbox(label="Output", min_width=200), gr.components.Image(label="Poster", height=400, width=300), gr.components.HTML(label="Recommendations", height=400)],
|
| 133 |
live= False,
|
| 134 |
+
#examples=[["The Matrix"], ["The Lion King"], ["Titanic"], ['Fight Club'], ["Inception"], ["Pulp Fiction"], ["Forrest Gump"], ["Schindler’s List"]],
|
| 135 |
+
title = "Movie Recommender"
|
| 136 |
|
| 137 |
)
|
| 138 |
|