PranomVignesh commited on
Commit
d4fa8fb
·
1 Parent(s): a4cb2cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
13
  iface = gr.Interface(fn=detect_faces, inputs="image", outputs="image")
14
 
15
  # Launch the interface
16
+ iface.launch(debug=True)