Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str
|
|
225 |
@spaces.GPU
|
226 |
def generate_image(
|
227 |
face_image_path,
|
228 |
-
pose_image_path
|
229 |
style_name,
|
230 |
prompt,
|
231 |
negative_prompt,
|
|
|
225 |
@spaces.GPU
|
226 |
def generate_image(
|
227 |
face_image_path,
|
228 |
+
pose_image_path,
|
229 |
style_name,
|
230 |
prompt,
|
231 |
negative_prompt,
|