Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ def to_grayscale(input_image):
|
|
10 |
|
11 |
|
12 |
description_markdown = """
|
13 |
-
# Fake Face Detection tool made by
|
14 |
|
15 |
## Usage
|
16 |
This tool expects a face image as input. Upon submission, it will process the image and provide an output with bounding boxes drawn on the face. Alongside the visual markers, the tool will give a detection result indicating whether the face is fake or real.
|
|
|
10 |
|
11 |
|
12 |
description_markdown = """
|
13 |
+
# Fake Face Detection tool made by Jaspreet Kaur , Harmanjot Kaur and Jasmine Kaur
|
14 |
|
15 |
## Usage
|
16 |
This tool expects a face image as input. Upon submission, it will process the image and provide an output with bounding boxes drawn on the face. Alongside the visual markers, the tool will give a detection result indicating whether the face is fake or real.
|