conciomith commited on
Commit
3c78bdb
1 Parent(s): 307f8ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def RFace(img):
7
 
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
 
 
7
 
8
 
9
 
10
+ examples=[['Rdj.jpg','Rdj2.jpg','2.jpg','3.jpg','many.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