Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,6 @@ def FaceRec(img):
|
|
| 21 |
|
| 22 |
|
| 23 |
|
| 24 |
-
interface = gr.Interface(FaceRec, gr.inputs.Image(shape=(200,200)
|
| 25 |
|
| 26 |
interface.launch(debug = True, inline = False)
|
|
|
|
| 21 |
|
| 22 |
|
| 23 |
|
| 24 |
+
interface = gr.Interface(FaceRec, gr.inputs.Image(shape=(200,200)), "image")
|
| 25 |
|
| 26 |
interface.launch(debug = True, inline = False)
|