rosebe commited on
Commit
471c78b
·
1 Parent(s): 7282a92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)