Spaces:
Running
Running
Commit
·
17c3a92
1
Parent(s):
cb88ed2
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ def generate_ocr(Method,img):
|
|
| 138 |
|
| 139 |
with open(DATA_FILE, "a") as f:
|
| 140 |
writer = csv.writer(f)
|
| 141 |
-
write the data
|
| 142 |
writer.writerow(add_csv)
|
| 143 |
# os.mkdir(DATA_FILE2)
|
| 144 |
commit_url = repo.push_to_hub()
|
|
|
|
| 138 |
|
| 139 |
with open(DATA_FILE, "a") as f:
|
| 140 |
writer = csv.writer(f)
|
| 141 |
+
# write the data
|
| 142 |
writer.writerow(add_csv)
|
| 143 |
# os.mkdir(DATA_FILE2)
|
| 144 |
commit_url = repo.push_to_hub()
|