Skip to content

Commit 36c59f4

Browse files
committed
adds import
1 parent c297a82 commit 36c59f4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
whisper-models
22
*.mp3
3+
.env

point.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import io
99
import logging
1010
import time
11-
11+
import os
1212

1313
app = Flask(__name__)
1414

0 commit comments

Comments
 (0)