Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def predict(image):
|
|
18 |
|
19 |
gr.Interface(
|
20 |
predict,
|
21 |
-
inputs = gr.Image(sources=["webcam"], streaming=True)
|
22 |
outputs = gr.Label(num_top_classes=5),
|
23 |
title="Show your face ?",
|
24 |
).launch(share="True")
|
|
|
18 |
|
19 |
gr.Interface(
|
20 |
predict,
|
21 |
+
inputs = gr.Image(sources=["webcam"], streaming=True),
|
22 |
outputs = gr.Label(num_top_classes=5),
|
23 |
title="Show your face ?",
|
24 |
).launch(share="True")
|