Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 📝
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
-
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
@@ -15,13 +15,13 @@ This Flask API transcribes audio files provided via URLs using OpenAI's Whisper
|
|
15 |
|
16 |
## Endpoint
|
17 |
|
18 |
-
**URL
|
19 |
-
|
20 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
21 |
|
|
|
22 |
### Example usage
|
23 |
|
24 |
```bash
|
25 |
curl -X POST -H "Content-Type: application/json" \
|
26 |
-
-d '{"audio_url":"
|
27 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
+
python_version: "3.10"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
15 |
|
16 |
## Endpoint
|
17 |
|
18 |
+
**URL**:
|
|
|
19 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
20 |
|
21 |
+
|
22 |
### Example usage
|
23 |
|
24 |
```bash
|
25 |
curl -X POST -H "Content-Type: application/json" \
|
26 |
+
-d '{"audio_url":"https://example.com/your_audio.wav"}' \
|
27 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|