Spaces:
Running
Running
Fix
Browse files
app.py
CHANGED
|
@@ -68,7 +68,8 @@ def main():
|
|
| 68 |
with gr.Row():
|
| 69 |
label_image = gr.Image(label='Label Image',
|
| 70 |
type='numpy',
|
| 71 |
-
elem_id='label-image'
|
|
|
|
| 72 |
with gr.Row():
|
| 73 |
shape_text = gr.Textbox(
|
| 74 |
label='Shape Description',
|
|
|
|
| 68 |
with gr.Row():
|
| 69 |
label_image = gr.Image(label='Label Image',
|
| 70 |
type='numpy',
|
| 71 |
+
elem_id='label-image',
|
| 72 |
+
interactive=False)
|
| 73 |
with gr.Row():
|
| 74 |
shape_text = gr.Textbox(
|
| 75 |
label='Shape Description',
|