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