Spaces:
Runtime error
Runtime error
update annotatedimage label
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
|
|
| 179 |
seg_input = gr.Text(label="Entities to Segment/Detect", value="detect brain tumor")
|
| 180 |
|
| 181 |
with gr.Column():
|
| 182 |
-
annotated_image = gr.AnnotatedImage(label="
|
| 183 |
|
| 184 |
seg_btn = gr.Button("Submit")
|
| 185 |
examples = [["./examples/194_jpg.rf.3e3dd592d034bb5ee27a978553819f42.jpg", "detect brain tumor"],
|
|
|
|
| 179 |
seg_input = gr.Text(label="Entities to Segment/Detect", value="detect brain tumor")
|
| 180 |
|
| 181 |
with gr.Column():
|
| 182 |
+
annotated_image = gr.AnnotatedImage(label="label")
|
| 183 |
|
| 184 |
seg_btn = gr.Button("Submit")
|
| 185 |
examples = [["./examples/194_jpg.rf.3e3dd592d034bb5ee27a978553819f42.jpg", "detect brain tumor"],
|