Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -123,7 +123,7 @@ def process_cbz_cbr(files):
|
|
| 123 |
|
| 124 |
return zip_buffer.name
|
| 125 |
|
| 126 |
-
|
| 127 |
fn=process_cbz_cbr,
|
| 128 |
inputs=gr.File(file_types=[".cbz", ".cbr"], file_count="multiple", label="Upload .cbz or .cbr Comic Files"),
|
| 129 |
outputs=gr.File(label="Download Cleaned Zip"),
|
|
|
|
| 123 |
|
| 124 |
return zip_buffer.name
|
| 125 |
|
| 126 |
+
demo = gr.Interface(
|
| 127 |
fn=process_cbz_cbr,
|
| 128 |
inputs=gr.File(file_types=[".cbz", ".cbr"], file_count="multiple", label="Upload .cbz or .cbr Comic Files"),
|
| 129 |
outputs=gr.File(label="Download Cleaned Zip"),
|