Spaces:
Running on Zero
Running on Zero
Choquinlabs commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,9 @@ def update_dimensions_on_upload(image):
|
|
| 191 |
|
| 192 |
return new_width, new_height
|
| 193 |
|
| 194 |
-
|
|
|
|
|
|
|
| 195 |
def infer(
|
| 196 |
images,
|
| 197 |
prompt,
|
|
|
|
| 191 |
|
| 192 |
return new_width, new_height
|
| 193 |
|
| 194 |
+
|
| 195 |
+
|
| 196 |
+
@spaces.GPU(duration=20)
|
| 197 |
def infer(
|
| 198 |
images,
|
| 199 |
prompt,
|