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