Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,8 @@ def predict(image):
|
|
14 |
|
15 |
gr.Interface(
|
16 |
predict,
|
17 |
-
inputs = gr.Image(label="Upload
|
18 |
outputs = gr.Label(num_top_classes=5),
|
19 |
-
title="
|
20 |
-
).launch()
|
21 |
|
|
|
14 |
|
15 |
gr.Interface(
|
16 |
predict,
|
17 |
+
inputs = gr.Image(label="Upload Any room photo", type = "filepath"),
|
18 |
outputs = gr.Label(num_top_classes=5),
|
19 |
+
title="Which room is this ?",
|
20 |
+
).launch(share="True")
|
21 |
|