MHRDYN7 commited on
Commit
265fbb8
1 Parent(s): d8d139a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,6 +22,6 @@ def FaceRec(img):
22
 
23
 
24
 
25
- interface = gr.Interface(FaceRec, gr.inputs.Image(shape=(200,200), source="webcam"), "image")
26
 
27
  interface.launch(debug = True, inline = False)
 
22
 
23
 
24
 
25
+ interface = gr.Interface(FaceRec, gr.inputs.Image(shape=(200,200)), "image")
26
 
27
  interface.launch(debug = True, inline = False)