Spaces:
Running
on
T4
Running
on
T4
modify app
Browse files
app.py
CHANGED
@@ -813,7 +813,7 @@ with gr.Blocks(css=css) as demo:
|
|
813 |
# with gr.Column(visible=True) as colA:
|
814 |
with gr.Column(visible=True) as rowA:
|
815 |
with gr.Row():
|
816 |
-
input_video = gr.Video(label="Input Video"
|
817 |
with gr.Row():
|
818 |
with gr.Row():
|
819 |
input_primer = gr.Textbox(label="Input Primer", value="C Am F G")
|
|
|
813 |
# with gr.Column(visible=True) as colA:
|
814 |
with gr.Column(visible=True) as rowA:
|
815 |
with gr.Row():
|
816 |
+
input_video = gr.Video(label="Input Video")
|
817 |
with gr.Row():
|
818 |
with gr.Row():
|
819 |
input_primer = gr.Textbox(label="Input Primer", value="C Am F G")
|