AmirShabani
commited on
Commit
·
34ffe42
1
Parent(s):
966b550
if it didn't work, just come to my funeral!
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ iface = gr.Interface(
|
|
133 |
|
134 |
fn= display_movie,
|
135 |
inputs= [gr.Textbox(label="Enter a movie name (five movie in total!)"), gr.Slider(minimum=0, maximum=5, step=1, label="Rate the movie")],
|
136 |
-
outputs= [gr.Textbox(label="Output", min_width=200), gr.components.Image(label="Poster", height=400, width=300), gr.components.HTML(label="Recommendations"
|
137 |
live= False,
|
138 |
#examples=[["The Matrix"], ["The Lion King"], ["Titanic"], ['Fight Club'], ["Inception"], ["Pulp Fiction"], ["Forrest Gump"], ["Schindler’s List"]],
|
139 |
title = "Movie Recommender"
|
|
|
133 |
|
134 |
fn= display_movie,
|
135 |
inputs= [gr.Textbox(label="Enter a movie name (five movie in total!)"), gr.Slider(minimum=0, maximum=5, step=1, label="Rate the movie")],
|
136 |
+
outputs= [gr.Textbox(label="Output", min_width=200), gr.components.Image(label="Poster", height=400, width=300), gr.components.HTML(label="Recommendations")],
|
137 |
live= False,
|
138 |
#examples=[["The Matrix"], ["The Lion King"], ["Titanic"], ['Fight Club'], ["Inception"], ["Pulp Fiction"], ["Forrest Gump"], ["Schindler’s List"]],
|
139 |
title = "Movie Recommender"
|