Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def check_hyper_flux_lora(enable_hyper_flux):
|
|
| 81 |
pipe.unfuse_lora()
|
| 82 |
return 28, 28
|
| 83 |
|
| 84 |
-
@spaces.GPU(duration=
|
| 85 |
def invert_and_edit(image,
|
| 86 |
source_prompt,
|
| 87 |
edit_prompt,
|
|
|
|
| 81 |
pipe.unfuse_lora()
|
| 82 |
return 28, 28
|
| 83 |
|
| 84 |
+
@spaces.GPU(duration=150)
|
| 85 |
def invert_and_edit(image,
|
| 86 |
source_prompt,
|
| 87 |
edit_prompt,
|