Spaces:
Sleeping
Sleeping
Commit
·
cb61aec
1
Parent(s):
48bf1e7
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def fig2img(fig):
|
|
83 |
|
84 |
|
85 |
description = """Object Detection"""
|
86 |
-
title = """
|
87 |
image_in = gr.components.Image(label="Upload an image")
|
88 |
image_out = gr.components.Image()
|
89 |
prob_threshold_slider = gr.components.Slider(
|
|
|
83 |
|
84 |
|
85 |
description = """Object Detection"""
|
86 |
+
title = """Upload an image and get the predicted classes"""
|
87 |
image_in = gr.components.Image(label="Upload an image")
|
88 |
image_out = gr.components.Image()
|
89 |
prob_threshold_slider = gr.components.Slider(
|