Spaces:
Sleeping
Sleeping
Update edit_app.py
Browse files- edit_app.py +1 -1
edit_app.py
CHANGED
|
@@ -70,7 +70,7 @@ def main():
|
|
| 70 |
image_cfg_scale,
|
| 71 |
)
|
| 72 |
|
| 73 |
-
|
| 74 |
input_image: Image.Image,
|
| 75 |
instruction: str,
|
| 76 |
steps: int = 50,
|
|
|
|
| 70 |
image_cfg_scale,
|
| 71 |
)
|
| 72 |
|
| 73 |
+
def generate(
|
| 74 |
input_image: Image.Image,
|
| 75 |
instruction: str,
|
| 76 |
steps: int = 50,
|