Spaces:
Runtime error
Runtime error
Commit
·
f119a57
1
Parent(s):
497ea27
Update app.py
Browse files
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 |
|