conciomith commited on
Commit
f119a57
1 Parent(s): 497ea27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def RFace(img):
8
 
9
 
10
  examples=[['Rdj.jpg']]
11
- gr.Interface(fn=RFace, inputs=gr.inputs.Image(type="filepath"), outputs="image", title="RetinaFace",examples=examples).launch(inbrowser=True)
12
 
13
 
14
 
 
8
 
9
 
10
  examples=[['Rdj.jpg']]
11
+ gr.Interface(fn=RFace, inputs=gr.inputs.Image(type="filepath"), outputs="image", title="RetinaFace Face Detector and Extractor",examples=examples).launch(inbrowser=True)
12
 
13
 
14