florentgbelidji HF staff commited on
Commit
e15c6db
1 Parent(s): 04a4dac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 an Amazon product and check what the model predicts for it's star rating.",
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
  ],