JakgritB commited on
Commit
84143a0
·
1 Parent(s): d8bf65d

docs: add static Space README config

Browse files

Include the Hugging Face Space YAML front matter required for static Spaces and clarify upload instructions.

Files changed (2) hide show
  1. hf-space/README.md +20 -0
  2. hf-space/UPLOAD.md +2 -0
hf-space/README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ElevenClip.AI
2
 
3
  ElevenClip.AI is an AI clip studio that turns long-form videos into personalized short-form clips for TikTok, YouTube Shorts, and Instagram Reels.
 
1
+ ---
2
+ title: ElevenClip.AI
3
+ emoji: 🎬
4
+ colorFrom: green
5
+ colorTo: yellow
6
+ sdk: static
7
+ app_file: index.html
8
+ pinned: false
9
+ short_description: AI clip studio that turns long-form videos into personalized short-form clips.
10
+ tags:
11
+ - amd
12
+ - rocm
13
+ - mi300x
14
+ - qwen
15
+ - whisper
16
+ - huggingface
17
+ - video-ai
18
+ - multimodal
19
+ ---
20
+
21
  # ElevenClip.AI
22
 
23
  ElevenClip.AI is an AI clip studio that turns long-form videos into personalized short-form clips for TikTok, YouTube Shorts, and Instagram Reels.
hf-space/UPLOAD.md CHANGED
@@ -21,6 +21,8 @@ https://huggingface.co/spaces/lablab-ai-amd-developer-hackathon/ElevenClip-AI
21
 
22
  The Space should now show the ElevenClip.AI landing page instead of the default static Space message.
23
 
 
 
24
  ## Git Option
25
 
26
  If you have Hugging Face Git credentials configured:
 
21
 
22
  The Space should now show the ElevenClip.AI landing page instead of the default static Space message.
23
 
24
+ Important: Hugging Face Spaces read their runtime configuration from the YAML block at the very top of `README.md`. Do not remove the opening `---`, `sdk: static`, or `app_file: index.html` lines.
25
+
26
  ## Git Option
27
 
28
  If you have Hugging Face Git credentials configured: