Harisreedhar commited on
Commit
47353b7
1 Parent(s): 7f475d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -690,7 +690,7 @@ with gr.Blocks(css=css) as interface:
690
 
691
  with gr.Group():
692
  input_type = gr.Radio(
693
- ["Image", "Video", "Directory", "Stream"],
694
  label="Target Type",
695
  value="Video",
696
  )
 
690
 
691
  with gr.Group():
692
  input_type = gr.Radio(
693
+ ["Image", "Video"],#["Image", "Video", "Directory", "Stream"],
694
  label="Target Type",
695
  value="Video",
696
  )