Harisreedhar commited on
Commit
ba8992c
1 Parent(s): 5fcad08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -665,7 +665,7 @@ with gr.Blocks(css=css) as interface:
665
 
666
  with gr.Group():
667
  input_type = gr.Radio(
668
- ["Image", "Video", "Directory"],
669
  label="Target Type",
670
  value="Video",
671
  )
 
665
 
666
  with gr.Group():
667
  input_type = gr.Radio(
668
+ ["Image", "Video"],
669
  label="Target Type",
670
  value="Video",
671
  )