Update app.py
Browse files
app.py
CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks() as demo:
|
|
130 |
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
-
video_input = gr.Video(label="Upload Video or Select an Example"
|
134 |
gr.Examples(
|
135 |
examples=[example['path'] for example in examples],
|
136 |
inputs=video_input,
|
|
|
130 |
|
131 |
with gr.Row():
|
132 |
with gr.Column():
|
133 |
+
video_input = gr.Video(label="Upload Video or Select an Example")
|
134 |
gr.Examples(
|
135 |
examples=[example['path'] for example in examples],
|
136 |
inputs=video_input,
|