Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,8 +132,8 @@ gr.Interface(
|
|
| 132 |
type="filepath"
|
| 133 |
),
|
| 134 |
outputs=[
|
| 135 |
-
gr.Image("detected arrows"),
|
| 136 |
-
gr.Image("vectors"),
|
| 137 |
gr.Textbox(label="arrows coordinates")
|
| 138 |
|
| 139 |
],
|
|
|
|
| 132 |
type="filepath"
|
| 133 |
),
|
| 134 |
outputs=[
|
| 135 |
+
gr.Image(label="detected arrows"),
|
| 136 |
+
gr.Image(label="vectors"),
|
| 137 |
gr.Textbox(label="arrows coordinates")
|
| 138 |
|
| 139 |
],
|