Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
50 |
visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
51 |
)
|
52 |
with gr.Group():
|
53 |
-
input_video = gr.Video(label="Input video"
|
54 |
text_description = gr.Textbox(label="Text description")
|
55 |
run_button = gr.Button()
|
56 |
output_video = gr.Video(label="Output video")
|
|
|
50 |
visible=os.getenv("SHOW_DUPLICATE_BUTTON") == "1",
|
51 |
)
|
52 |
with gr.Group():
|
53 |
+
input_video = gr.Video(label="Input video")
|
54 |
text_description = gr.Textbox(label="Text description")
|
55 |
run_button = gr.Button()
|
56 |
output_video = gr.Video(label="Output video")
|