Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,12 +18,13 @@ def predict(image):
|
|
18 |
|
19 |
gr.Interface(
|
20 |
predict,
|
21 |
-
inputs = gr.Image(),
|
22 |
-
# inputs = gr.Image(label="Upload Any room photo", type = "filepath"),
|
23 |
outputs = gr.Label(num_top_classes=5),
|
24 |
title="Show your face ?",
|
25 |
).launch(share="True")
|
26 |
|
27 |
#inputs = gr.Image(sources=["webcam"], streaming=True),
|
28 |
#sources=["upload", "webcam", "clipboard"]
|
|
|
|
|
29 |
|
|
|
18 |
|
19 |
gr.Interface(
|
20 |
predict,
|
21 |
+
inputs = gr.Image(label="Upload Any room photo", type = "filepath"),
|
|
|
22 |
outputs = gr.Label(num_top_classes=5),
|
23 |
title="Show your face ?",
|
24 |
).launch(share="True")
|
25 |
|
26 |
#inputs = gr.Image(sources=["webcam"], streaming=True),
|
27 |
#sources=["upload", "webcam", "clipboard"]
|
28 |
+
# inputs = gr.Image(),
|
29 |
+
|
30 |
|