Spaces:
Sleeping
Sleeping
Commit
·
73d4a55
1
Parent(s):
bf45070
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,5 +24,5 @@ def detect_faces_in_video():
|
|
| 24 |
else:
|
| 25 |
return None
|
| 26 |
|
| 27 |
-
iface = gr.Interface(fn=detect_faces_in_video, inputs=
|
| 28 |
iface.launch()
|
|
|
|
| 24 |
else:
|
| 25 |
return None
|
| 26 |
|
| 27 |
+
iface = gr.Interface(fn=detect_faces_in_video, inputs="webcam", outputs="number", title="Webcam Face Detection")
|
| 28 |
iface.launch()
|