Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ demo = gr.Interface(
|
|
19 |
fn = predict_rating,
|
20 |
inputs = ["textbox", "textbox", "textbox"],
|
21 |
outputs = ["textbox"],
|
22 |
-
title = "Create your highly
|
23 |
description = "Here is a movie-rating predictor. Enter title, summary, and comma-separated genres.",
|
24 |
)
|
25 |
|
|
|
19 |
fn = predict_rating,
|
20 |
inputs = ["textbox", "textbox", "textbox"],
|
21 |
outputs = ["textbox"],
|
22 |
+
title = "Create your highly-rated movie!",
|
23 |
description = "Here is a movie-rating predictor. Enter title, summary, and comma-separated genres.",
|
24 |
)
|
25 |
|