Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,7 @@ def process_cbz_cbr(input_files):
|
|
| 115 |
for file in input_files:
|
| 116 |
filename = os.path.basename(file)
|
| 117 |
output_path = os.path.join(temp_output, filename)
|
| 118 |
-
remove_text_dynamic_fill(file
|
| 119 |
|
| 120 |
zip_bytes = io.BytesIO()
|
| 121 |
with zipfile.ZipFile(zip_bytes, mode="w", compression=zipfile.ZIP_DEFLATED) as zf:
|
|
|
|
| 115 |
for file in input_files:
|
| 116 |
filename = os.path.basename(file)
|
| 117 |
output_path = os.path.join(temp_output, filename)
|
| 118 |
+
remove_text_dynamic_fill(file, output_path)
|
| 119 |
|
| 120 |
zip_bytes = io.BytesIO()
|
| 121 |
with zipfile.ZipFile(zip_bytes, mode="w", compression=zipfile.ZIP_DEFLATED) as zf:
|