Spaces:
Sleeping
Sleeping
moonkeyboom
commited on
Commit
•
e1474bb
1
Parent(s):
3432535
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,6 @@ with gr.Blocks() as demo:
|
|
60 |
1. **Upload an image that clearly shows a human face**: Click the box to select an image from your device, or drag and drop it into the box.
|
61 |
2. **Click "Predict"**: After uploading, click "Predict" to start processing.
|
62 |
3. **View the outpu**t: The app will show a classification label and confidence score based on the content of the image.
|
63 |
-
**Note**: The app detects a face, crops to that area, and then classifies the cropped image.
|
64 |
""")
|
65 |
|
66 |
image = gr.Image(type="pil")
|
|
|
60 |
1. **Upload an image that clearly shows a human face**: Click the box to select an image from your device, or drag and drop it into the box.
|
61 |
2. **Click "Predict"**: After uploading, click "Predict" to start processing.
|
62 |
3. **View the outpu**t: The app will show a classification label and confidence score based on the content of the image.
|
|
|
63 |
""")
|
64 |
|
65 |
image = gr.Image(type="pil")
|