Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ with gr.Blocks(css=css) as demo:
|
|
72 |
with gr.Column():
|
73 |
gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
|
74 |
gr.Markdown("### This is a brief description for the webpage.", elem_classes="centered-markdown")
|
75 |
-
video_url = gr.Textbox(
|
76 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|
77 |
submit_button = gr.Button("Process Video", elem_id="submit_button")
|
78 |
video_output = gr.Video(label="Processed Video", elem_id="video_output")
|
|
|
72 |
with gr.Column():
|
73 |
gr.Markdown("# Sickstadium AI", elem_classes="centered-markdown")
|
74 |
gr.Markdown("### This is a brief description for the webpage.", elem_classes="centered-markdown")
|
75 |
+
video_url = gr.Textbox(info="Video URL or Filepath", elem_id="video_url")
|
76 |
description = gr.Textbox(label="Description of desired clip", elem_id="description")
|
77 |
submit_button = gr.Button("Process Video", elem_id="submit_button")
|
78 |
video_output = gr.Video(label="Processed Video", elem_id="video_output")
|