Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
| 59 |
-
description="Upload a
|
| 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 |
|