Spaces:
Sleeping
Sleeping
Commit
·
d4fa8fb
1
Parent(s):
a4cb2cb
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def detect_faces(image):
|
|
13 |
iface = gr.Interface(fn=detect_faces, inputs="image", outputs="image")
|
14 |
|
15 |
# Launch the interface
|
16 |
-
iface.launch(
|
|
|
13 |
iface = gr.Interface(fn=detect_faces, inputs="image", outputs="image")
|
14 |
|
15 |
# Launch the interface
|
16 |
+
iface.launch(debug=True)
|