Spaces:
Running
Running
pragnakalp
commited on
Commit
•
cb87008
1
Parent(s):
02ce532
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ except:
|
|
37 |
print("file not found")
|
38 |
|
39 |
repo = Repository(
|
40 |
-
local_dir="bert_base_ner_logs, clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
41 |
)
|
42 |
|
43 |
cwd = os.getcwd()
|
|
|
37 |
print("file not found")
|
38 |
|
39 |
repo = Repository(
|
40 |
+
local_dir="bert_base_ner_logs", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
|
41 |
)
|
42 |
|
43 |
cwd = os.getcwd()
|