mkozak commited on
Commit
59f396c
·
unverified ·
1 Parent(s): 94b73ef

ahoy matey!

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +9 -0
Dockerfile CHANGED
@@ -8,4 +8,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
  COPY . .
10
 
11
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
 
9
  COPY . .
10
 
11
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: whisper-api
3
+ emoji: ⚡
4
+ colorFrom: yellow
5
+ colorTo: green
6
+ sdk: docker
7
+ app_file: main.py
8
+ pinned: false
9
+ ---