EladSpamson commited on
Commit
69c5c07
·
verified ·
1 Parent(s): c50171f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
2
- title: ivrit-whisper-transcription
 
 
 
3
  sdk: docker
 
4
  app_port: 7860
5
  ---
6
 
7
- ## Dockerfile
8
- ```docker
9
- FROM python:3.10
10
 
11
- WORKDIR /app
12
- COPY . /app
13
 
14
- RUN pip install --no-cache-dir -r requirements.txt
15
-
16
- EXPOSE 7860
17
-
18
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]
 
1
  ---
2
+ title: Ivrit Whisper Transcription
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
+ python_version: '3.10'
8
  app_port: 7860
9
  ---
10
 
11
+ # Ivrit Whisper Transcription API
 
 
12
 
13
+ This Flask API transcribes audio files provided via URLs.
 
14
 
15
+ ### Example endpoint:
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