t5 commited on
Commit
a721014
·
1 Parent(s): 776e898
Files changed (1) hide show
  1. neo server.py +2 -1
neo server.py CHANGED
@@ -5,7 +5,8 @@ import sys; import os; cpa=os.environ.get("cpa")
5
  import re
6
  import threading
7
  host="face"
8
- if host=="face":1
 
9
  elif not cpa:
10
  from google.colab import drive
11
  drive.mount('/content/gdrive/', force_remount=True)
 
5
  import re
6
  import threading
7
  host="face"
8
+ if host=="face":#1
9
+ sys.path.append("/home/user/app")
10
  elif not cpa:
11
  from google.colab import drive
12
  drive.mount('/content/gdrive/', force_remount=True)