bhushanp commited on
Commit
caaf5d9
1 Parent(s): 2965377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ iface = gr.Interface(
55
  inputs=gr.Image(label="Select an image", type="filepath"),
56
  outputs='image',
57
  live=False,
58
- title="Car image classifier",
59
- description="Upload a car image or select one of the examples below",
60
  examples=sample_images
61
  )
62
 
 
55
  inputs=gr.Image(label="Select an image", type="filepath"),
56
  outputs='image',
57
  live=False,
58
+ title="Face Mood predictor",
59
+ description="Upload a facial image or select one of the examples below",
60
  examples=sample_images
61
  )
62