Spaces:
Runtime error
Runtime error
Commit
·
e15c6db
1
Parent(s):
04a4dac
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ def predict(text):
|
|
| 10 |
|
| 11 |
gradio_ui = gr.Interface(
|
| 12 |
fn=predict,
|
| 13 |
-
title="Predicting review scores from customer reviews",
|
| 14 |
-
description="Enter some review text about
|
| 15 |
inputs=[
|
| 16 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
| 17 |
],
|
|
|
|
| 10 |
|
| 11 |
gradio_ui = gr.Interface(
|
| 12 |
fn=predict,
|
| 13 |
+
title="Predicting review scores from customer reviews on cars",
|
| 14 |
+
description="Enter some review text about a car model and check what the model predicts for it's rating.",
|
| 15 |
inputs=[
|
| 16 |
gr.inputs.Textbox(lines=5, label="Paste some text here"),
|
| 17 |
],
|