Spaces:
Runtime error
Runtime error
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)
|