rosebe commited on
Commit
ce27bb4
·
1 Parent(s): d3923d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ vid_interface = gr.Interface(
42
  fn=detect_image,
43
  inputs=gr.inputs.Video(source="upload"),
44
  outputs="video",
45
- title="Videoe"
46
  )
47
 
48
  # Create a list of interfaces
 
42
  fn=detect_image,
43
  inputs=gr.inputs.Video(source="upload"),
44
  outputs="video",
45
+ title="Video"
46
  )
47
 
48
  # Create a list of interfaces