Spaces:
Runtime error
Runtime error
Zeimoto
commited on
Commit
·
5767b04
1
Parent(s):
bcfb814
update app.py
Browse files
app.py
CHANGED
|
@@ -8,13 +8,10 @@ from gliner import GLiNER
|
|
| 8 |
|
| 9 |
from resources import Lead_Labels, entity_labels, set_start, audit_elapsedtime
|
| 10 |
|
| 11 |
-
rec = None
|
| 12 |
-
ner = None
|
| 13 |
-
iteration = 0
|
| 14 |
|
| 15 |
def main ():
|
| 16 |
-
|
| 17 |
-
print(f"
|
| 18 |
iteration += 1
|
| 19 |
|
| 20 |
if rec is None:
|
|
|
|
| 8 |
|
| 9 |
from resources import Lead_Labels, entity_labels, set_start, audit_elapsedtime
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
def main ():
|
| 13 |
+
print("------------------------------")
|
| 14 |
+
print(f"Running main")
|
| 15 |
iteration += 1
|
| 16 |
|
| 17 |
if rec is None:
|