shiveshnavin commited on
Commit
03ae9cd
·
unverified ·
1 Parent(s): d40ec6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,2 +1,24 @@
1
- # image-glitcher
2
- A simple Huggingface app to turn image into a glitched animation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Gentle Audio
3
+ emoji: 🔥
4
+ colorFrom: indigo
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ # 🔧 Glitch Video Generator
11
+
12
+ This Space wraps `scripts/glitch.py` and converts an image into a glitched video using **FFmpeg/ffprobe v7**.
13
+ You can use it from the **web UI** or programmatically via the **API**.
14
+
15
+ ## 🚀 Usage (UI)
16
+ 1. Open the Space.
17
+ 2. Paste an **image URL** or upload an image.
18
+ 3. Set the **duration (seconds)** and optional parameters.
19
+ 4. Click **Generate** → Download the video or copy the hosted URL.
20
+
21
+ ## 🔌 API Access
22
+ The Space exposes `/run/predict` for programmatic access.
23
+ The input order matches the UI fields:
24
+