Spaces:
Running
on
A100
Running
on
A100
adding image
Browse files
app.py
CHANGED
@@ -37,8 +37,7 @@ def create_ui(examples_path: str):
|
|
37 |
examples_data = load_examples(examples_path)
|
38 |
|
39 |
with gr.Blocks() as app:
|
40 |
-
|
41 |
-
gr.Image(value=img_url, height=300, show_label=False)
|
42 |
gr.Markdown("Upload a video and get an automated highlight reel!")
|
43 |
|
44 |
with gr.Row():
|
|
|
37 |
examples_data = load_examples(examples_path)
|
38 |
|
39 |
with gr.Blocks() as app:
|
40 |
+
gr.Markdown("# Video Highlight Generator")
|
|
|
41 |
gr.Markdown("Upload a video and get an automated highlight reel!")
|
42 |
|
43 |
with gr.Row():
|