Spaces:
Running
on
Zero
Running
on
Zero
old school
Browse files
app.py
CHANGED
|
@@ -532,7 +532,7 @@ def run_fn(
|
|
| 532 |
# print(kwargs)
|
| 533 |
|
| 534 |
if old_school_ncut:
|
| 535 |
-
|
| 536 |
|
| 537 |
num_images = len(images)
|
| 538 |
if num_images >= 100:
|
|
|
|
| 532 |
# print(kwargs)
|
| 533 |
|
| 534 |
if old_school_ncut:
|
| 535 |
+
super_duper_long_run(model, images, **kwargs)
|
| 536 |
|
| 537 |
num_images = len(images)
|
| 538 |
if num_images >= 100:
|