ZENLLC commited on
Commit
5bb613d
·
verified ·
1 Parent(s): e96b000

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -14
README.md CHANGED
@@ -4,23 +4,15 @@ emoji: 🎥
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.49.0
8
- app_file: app.py
9
  pinned: true
10
  license: mit
11
  ---
12
 
13
- A resilient Gradio front-end for OpenAI video models: `sora`, `sora-2`, and `sora-2-pro`.
14
 
15
  **Highlights**
16
- - Paste your API key in the UI (not stored). Space Secret still works as fallback.
17
- - Streaming status logs (no “flash then nothing”).
18
- - Retries with backoff; robust polling with timeouts.
19
- - Handles both API shapes:
20
- - `client.videos.generate(...)`
21
- - `client.videos.jobs.create(...)` + `client.videos.jobs.retrieve(...)`
22
-
23
- ## Deploy
24
- 1. Create a new Hugging Face Space (Gradio / Python).
25
- 2. Upload `app.py`, `requirements.txt`, and this `README.md`.
26
- 3. Click **Run**. Paste your OpenAI key in the app and generate a 10s 1280×720 clip.
 
4
  colorFrom: indigo
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 4.44.1
8
+ app_file: main.py
9
  pinned: true
10
  license: mit
11
  ---
12
 
13
+ Disk-safe Gradio front-end for OpenAI video models: `sora-2`, `sora-2-pro` (plus legacy `sora` if present).
14
 
15
  **Highlights**
16
+ - API key pasted in UI (not stored). Space Secret optional as fallback.
17
+ - Streams status logs so the UI never “blinks”.
18
+ - Zero persistent downloads: uses returned **URL**; b64 writes to `/tmp/sora_output.mp4` and overwrites.