Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -5,3 +5,15 @@ This Flask API transcribes audio files provided via URLs.
|
|
5 |
## Endpoint:
|
6 |
|
7 |
### URL:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
## Endpoint:
|
6 |
|
7 |
### URL:
|
8 |
+
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
9 |
+
|
10 |
+
makefile
|
11 |
+
Copy
|
12 |
+
Edit
|
13 |
+
|
14 |
+
### Example usage:
|
15 |
+
|
16 |
+
```bash
|
17 |
+
curl -X POST -H "Content-Type: application/json" \
|
18 |
+
-d '{"audio_url":"your_audio_url_here"}' \
|
19 |
+
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|