ning8429 commited on
Commit
50efab1
·
verified ·
1 Parent(s): 2069c30

Update api_server.py

Browse files
Files changed (1) hide show
  1. api_server.py +1 -1
api_server.py CHANGED
@@ -97,7 +97,7 @@ check_memory_usage()
97
  # Initialize the Flask application
98
  app = Flask(__name__)
99
  # Initialize the ClipModel at the start
100
- # clip_model = ClipModel()
101
 
102
  check_memory_usage()
103
 
 
97
  # Initialize the Flask application
98
  app = Flask(__name__)
99
  # Initialize the ClipModel at the start
100
+ clip_model = ClipModel()
101
 
102
  check_memory_usage()
103