Spaces:
Running
on
Zero
Running
on
Zero
fix quota
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def export_gallery_zip(images):
|
|
| 72 |
zipf.write(img_path, f"layer_{i+1}{ext}")
|
| 73 |
return tmp.name
|
| 74 |
|
| 75 |
-
@spaces.GPU(duration=
|
| 76 |
def infer(input_image,
|
| 77 |
seed=777,
|
| 78 |
randomize_seed=False,
|
|
|
|
| 72 |
zipf.write(img_path, f"layer_{i+1}{ext}")
|
| 73 |
return tmp.name
|
| 74 |
|
| 75 |
+
@spaces.GPU(duration=180)
|
| 76 |
def infer(input_image,
|
| 77 |
seed=777,
|
| 78 |
randomize_seed=False,
|