EladSpamson commited on
Commit
6e93e68
·
verified ·
1 Parent(s): 4ea58e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
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