Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ def adjust_to_multiple_of_32(width: int, height: int):
|
|
| 98 |
height = height - (height % 32)
|
| 99 |
return width, height
|
| 100 |
|
| 101 |
-
@spaces.GPU(duration=
|
| 102 |
def process_images(image, prompt="a girl", strength=0.75, seed=0, inference_step=4, progress=gr.Progress(track_tqdm=True)):
|
| 103 |
progress(0, desc="Starting")
|
| 104 |
|
|
|
|
| 98 |
height = height - (height % 32)
|
| 99 |
return width, height
|
| 100 |
|
| 101 |
+
@spaces.GPU(duration=40)
|
| 102 |
def process_images(image, prompt="a girl", strength=0.75, seed=0, inference_step=4, progress=gr.Progress(track_tqdm=True)):
|
| 103 |
progress(0, desc="Starting")
|
| 104 |
|