Spaces:
Build error
Build error
Commit
·
acf2521
1
Parent(s):
34138b0
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ space_key = os.environ.get('key')
|
|
49 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/network.py', local_dir='src')
|
50 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/utils.py', local_dir='src')
|
51 |
|
52 |
-
|
53 |
from src.network import SpanNet
|
54 |
|
55 |
|
|
|
49 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/network.py', local_dir='src')
|
50 |
hf_hub_download(repo_id="nehalelkaref/stagedNER", token=space_key,filename='src/utils.py', local_dir='src')
|
51 |
|
52 |
+
import src.utils
|
53 |
from src.network import SpanNet
|
54 |
|
55 |
|