Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ def detect_faces(image):
|
|
12 |
# Create a Gradio interface
|
13 |
iface = gr.Interface(fn=detect_faces, inputs=gr.Video(source="webcam"), outputs="image")
|
14 |
|
15 |
-
# Launch the interface
|
16 |
iface.launch(debug=True)
|
|
|
12 |
# Create a Gradio interface
|
13 |
iface = gr.Interface(fn=detect_faces, inputs=gr.Video(source="webcam"), outputs="image")
|
14 |
|
15 |
+
# Launch the interface
|
16 |
iface.launch(debug=True)
|