Skip to content

Commit 0cdffd3

Browse files
committed
Remove bug from serve.py
1 parent dcc7eec commit 0cdffd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/serve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from app.utils import load_model, predict_text
33
import time
44
import logging
5-
5+
import os
66

77

88
# -----------------------------

0 commit comments

Comments
 (0)