fffiloni commited on
Commit
ba24468
1 Parent(s): 7e6a83d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
  ],