Percy3822 commited on
Commit
fa44942
·
verified ·
1 Parent(s): 5330c99

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
- title: STT
3
- emoji: 🏃
4
- colorFrom: red
5
- colorTo: pink
6
- sdk: gradio
7
- sdk_version: 5.44.1
8
- app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
  ---
2
+ title: "STT Space (stub)"
3
+ emoji: "🎙"
4
+ colorFrom: "blue"
5
+ colorTo: "red"
6
+ sdk: "docker"
 
 
7
  pinned: false
8
  ---
9
 
10
+ # STT Space (Stub)
11
+ - *POST* /transcribe → returns dummy transcript now (hook for real STT later).
12
+
13
+ ## Example
14
+ ```bash
15
+ curl -X POST https://<you>-stt_space.hf.space/transcribe \
16
+ -H "content-type: application/json" \
17
+ -d '{"hint":"hello"}'