Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ description = "WE USE OCR TO EXTRACT INFORMATIONS FROM DIFFERENT TYPES OF DOCUME
|
|
23 |
article = "Created by data354."
|
24 |
|
25 |
# Create examples list from "examples/" directory
|
26 |
-
example_list = [["examples/" + example,i] for example,i in zip(os.listdir("examples"),["
|
27 |
print(example_list)
|
28 |
#[gr.Label(label="Predictions"), # what are the outputs?
|
29 |
#gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
|
|
|
23 |
article = "Created by data354."
|
24 |
|
25 |
# Create examples list from "examples/" directory
|
26 |
+
example_list = [["examples/" + example,i] for example,i in zip(os.listdir("examples"),["ANCIENNE_CNI","ANCIENNE_CNI","Nouvelle_CNI","Nouvelle_CNI","Nouvelle_CNI","PERMIS_DE_CONDUITE","PERMIS_DE_CONDUITE"])]
|
27 |
print(example_list)
|
28 |
#[gr.Label(label="Predictions"), # what are the outputs?
|
29 |
#gr.Number(label="Prediction time (s)")], # our fn has two outputs, therefore we have two outputs
|