yunusajib commited on
Commit
990dede
·
verified ·
1 Parent(s): ca017b9

update one line of code

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def create_interface():
148
  return gr.Interface(
149
  fn=process,
150
  inputs=[
151
- gr.Video(label="Upload Video", type="file"), # file-like object
152
  gr.Slider(minimum=1, maximum=60, step=1, value=30, label="Sample Rate (Frames)")
153
  ],
154
  outputs=[
 
148
  return gr.Interface(
149
  fn=process,
150
  inputs=[
151
+ gr.Video(label="Upload Video"),
152
  gr.Slider(minimum=1, maximum=60, step=1, value=30, label="Sample Rate (Frames)")
153
  ],
154
  outputs=[