Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ tensorflow.config.threading.set_inter_op_parallelism_threads(8)
|
|
| 21 |
#
|
| 22 |
python_path = hf_hub_download(repo_id=os.environ['REPO_ID'], repo_type="space", filename=os.environ['MODEL_FILE'],
|
| 23 |
use_auth_token=os.environ['TOKEN'])
|
| 24 |
-
|
| 25 |
sys.path.append(os.environ['PRIVATE_DIR'])
|
| 26 |
from models import *
|
| 27 |
|
|
|
|
| 21 |
#
|
| 22 |
python_path = hf_hub_download(repo_id=os.environ['REPO_ID'], repo_type="space", filename=os.environ['MODEL_FILE'],
|
| 23 |
use_auth_token=os.environ['TOKEN'])
|
| 24 |
+
print("PATH : ", python_path)
|
| 25 |
sys.path.append(os.environ['PRIVATE_DIR'])
|
| 26 |
from models import *
|
| 27 |
|