Harisreedhar
commited on
Commit
·
ba8992c
1
Parent(s):
5fcad08
Update app.py
Browse files
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"
|
| 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 |
)
|