Spaces:
Runtime error
Runtime error
conciomith
commited on
Commit
•
3c78bdb
1
Parent(s):
307f8ae
Update app.py
Browse files
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 |
|