Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def wait_for_cpu(threshold=90, interval=3, timeout=30):
|
|
| 134 |
|
| 135 |
demo = gr.Interface(
|
| 136 |
fn=process_folder,
|
| 137 |
-
inputs=gr.File(file_types=[".jpg", ".jpeg", ".png"], file_count="multiple", label="Upload Comic Images"),
|
| 138 |
outputs=gr.File(label="Download Cleaned Zip"),
|
| 139 |
concurrency_limit=1,
|
| 140 |
title="Comic Text Cleaner",
|
|
|
|
| 134 |
|
| 135 |
demo = gr.Interface(
|
| 136 |
fn=process_folder,
|
| 137 |
+
inputs=gr.File(file_types=[".jpg", ".jpeg", ".png",".JPG", ".JPEG", ".PNG"], file_count="multiple", label="Upload Comic Images"),
|
| 138 |
outputs=gr.File(label="Download Cleaned Zip"),
|
| 139 |
concurrency_limit=1,
|
| 140 |
title="Comic Text Cleaner",
|