mfarre HF staff commited on
Commit
e43a4bd
·
1 Parent(s): 48a7d81

adding image

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- 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():
 
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():