Spaces:
Build error
Build error
Commit
·
67c267c
1
Parent(s):
146971f
Update app.py
Browse files
app.py
CHANGED
@@ -46,9 +46,9 @@ print('STARTING ..')
|
|
46 |
# model = SpanNet.load_model(model_path)
|
47 |
space_key = os.environ.get('key')
|
48 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/network.py', local_dir='src')
|
49 |
-
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/utils.py'
|
50 |
|
51 |
-
|
52 |
from src.network import SpanNet
|
53 |
|
54 |
|
|
|
46 |
# model = SpanNet.load_model(model_path)
|
47 |
space_key = os.environ.get('key')
|
48 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/network.py', local_dir='src')
|
49 |
+
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/utils.py')
|
50 |
|
51 |
+
import utils.py
|
52 |
from src.network import SpanNet
|
53 |
|
54 |
|