Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,7 +215,7 @@ def use_output_as_input(output_images):
|
|
| 215 |
return output_images
|
| 216 |
|
| 217 |
# --- Main Inference Function (with hardcoded negative prompt) ---
|
| 218 |
-
@spaces.GPU(
|
| 219 |
def infer(
|
| 220 |
images,
|
| 221 |
prompt,
|
|
|
|
| 215 |
return output_images
|
| 216 |
|
| 217 |
# --- Main Inference Function (with hardcoded negative prompt) ---
|
| 218 |
+
@spaces.GPU()
|
| 219 |
def infer(
|
| 220 |
images,
|
| 221 |
prompt,
|