saad noor commited on
Commit
604ea5c
·
1 Parent(s): 303d425

video removed

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -238,14 +238,6 @@ def evaluate(img_path, model=general_model, img_model=image_model,\
238
  # configs=configs, flags=flags)
239
 
240
 
241
- inputs_img = [
242
- gr.components.Video(type="filepath", label="Input Video"),
243
-
244
- ]
245
- outputs_img = [
246
- gr.components.Image(type="numpy", label="Output Image"),
247
- ]
248
-
249
  inputs_image = [
250
  gr.components.Image(type="filepath", label="Input Image"),
251
  ]
 
238
  # configs=configs, flags=flags)
239
 
240
 
 
 
 
 
 
 
 
 
241
  inputs_image = [
242
  gr.components.Image(type="filepath", label="Input Image"),
243
  ]