Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
---
|
2 |
title: Ivrit Whisper Transcription API
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
---
|
@@ -24,11 +25,3 @@ https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
|
24 |
curl -X POST -H "Content-Type: application/json" \
|
25 |
-d '{"audio_url":"your_audio_url_here"}' \
|
26 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
**Explanation:**
|
31 |
-
- The metadata block at the top (enclosed within `---`) provides Hugging Face Spaces with essential configuration details like the SDK (`docker`), the entry file (`app.py`), and UI settings.
|
32 |
-
- Following this metadata block, you have your markdown description and usage instructions, clearly documenting your API.
|
33 |
-
|
34 |
-
Once you add this metadata and save the changes, the configuration error will be resolved.
|
|
|
1 |
---
|
2 |
title: Ivrit Whisper Transcription API
|
3 |
+
emoji: 📝
|
4 |
colorFrom: blue
|
5 |
colorTo: purple
|
6 |
sdk: docker
|
7 |
+
sdk_version: "3.10"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
25 |
curl -X POST -H "Content-Type: application/json" \
|
26 |
-d '{"audio_url":"your_audio_url_here"}' \
|
27 |
https://EladSpamson-ivrit-whisper-transcription.hf.space/transcribe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|