Spaces:
Runtime error
Runtime error
Harisreedhar
commited on
Commit
β’
47353b7
1
Parent(s):
7f475d2
Update app.py
Browse files
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 |
)
|