thanhson28 commited on
Commit
eb92b07
1 Parent(s): 10d200c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -158,7 +158,7 @@ if __name__ == "__main__":
158
  outputs=[
159
  gr.Image(type="numpy", label="Processed Image",
160
  width=800, height=480),
161
- gr.Textbox(label="Person Detection info:", default="")
162
  ],
163
  title="Model Testing",
164
  description="Drag an image onto the box",
@@ -176,7 +176,7 @@ if __name__ == "__main__":
176
  outputs=[
177
  gr.Image(type="numpy", label="Processed Image",
178
  width=800, height=480),
179
- gr.Textbox(label="Human pose detection info:", default=""),
180
  ],
181
  title="Model Testing",
182
  description="Drag an image onto the box",
@@ -195,7 +195,7 @@ if __name__ == "__main__":
195
  outputs=[
196
  gr.Image(type="numpy", label="Processed Image",
197
  width=800, height=480),
198
- gr.Textbox(label="Age Gender detection info:", default=""),
199
  ],
200
  title="Model Testing",
201
  description="Drag an image onto the box",
 
158
  outputs=[
159
  gr.Image(type="numpy", label="Processed Image",
160
  width=800, height=480),
161
+ gr.Textbox(label="Person Detection info:")
162
  ],
163
  title="Model Testing",
164
  description="Drag an image onto the box",
 
176
  outputs=[
177
  gr.Image(type="numpy", label="Processed Image",
178
  width=800, height=480),
179
+ gr.Textbox(label="Human pose detection info:"),
180
  ],
181
  title="Model Testing",
182
  description="Drag an image onto the box",
 
195
  outputs=[
196
  gr.Image(type="numpy", label="Processed Image",
197
  width=800, height=480),
198
+ gr.Textbox(label="Age Gender detection info:"),
199
  ],
200
  title="Model Testing",
201
  description="Drag an image onto the box",