3v324v23 commited on
Commit
80c5928
·
2 Parent(s): f98ee0e b1957f2

Initial commit

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -14,6 +14,11 @@ import time
14
  import os
15
 
16
  def start_server():
 
 
 
 
 
17
  os.system("uvicorn InferenceServer:app --port 8080 --host 0.0.0.0 --workers 1")
18
 
19
  def load_models():
 
14
  import os
15
 
16
  def start_server():
17
+ <<<<<<< HEAD
18
+ =======
19
+ os.system("python -m pip install -qq --upgrade pip")
20
+ os.system("cat custom_req.txt | xargs -n 1 -L 1 pip install -U")
21
+ >>>>>>> b1957f278c30680cfe5fb86450f848f56b7e1a62
22
  os.system("uvicorn InferenceServer:app --port 8080 --host 0.0.0.0 --workers 1")
23
 
24
  def load_models():