Muhammad Haris commited on
Commit
ff3ab89
·
verified ·
1 Parent(s): 67f506d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ process_video = inference(model_path)
119
 
120
  iface = gr.Interface(
121
  fn=process_video,
122
- inputs=gr.Video(), # Removed 'type' argument as it caused errors
123
  outputs="video",
124
  live=True,
125
  )
 
119
 
120
  iface = gr.Interface(
121
  fn=process_video,
122
+ inputs=gr.Video(),
123
  outputs="video",
124
  live=True,
125
  )