Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def gradio_interface(image):
|
|
58 |
# Define Gradio app
|
59 |
iface = gr.Interface(
|
60 |
fn=gradio_interface,
|
61 |
-
inputs=gr.Image(type="pil"
|
62 |
outputs=gr.Image(type="numpy"),
|
63 |
title="Face and Hand Landmarks Detection",
|
64 |
description="Upload an image or take a photo to detect face and hand landmarks using Mediapipe and OpenCV."
|
|
|
58 |
# Define Gradio app
|
59 |
iface = gr.Interface(
|
60 |
fn=gradio_interface,
|
61 |
+
inputs=gr.Image(type="pil"),
|
62 |
outputs=gr.Image(type="numpy"),
|
63 |
title="Face and Hand Landmarks Detection",
|
64 |
description="Upload an image or take a photo to detect face and hand landmarks using Mediapipe and OpenCV."
|