Spaces:
Runtime error
Runtime error
Miquel Farre
commited on
Commit
·
48a7d81
1
Parent(s):
f652e04
adding image
Browse files
app.py
CHANGED
|
@@ -37,7 +37,8 @@ def create_ui(examples_path: str):
|
|
| 37 |
examples_data = load_examples(examples_path)
|
| 38 |
|
| 39 |
with gr.Blocks() as app:
|
| 40 |
-
|
|
|
|
| 41 |
gr.Markdown("Upload a video and get an automated highlight reel!")
|
| 42 |
|
| 43 |
with gr.Row():
|
|
|
|
| 37 |
examples_data = load_examples(examples_path)
|
| 38 |
|
| 39 |
with gr.Blocks() as app:
|
| 40 |
+
img_url = "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/SmolVLM2-highlight-generator.png"
|
| 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():
|