Spaces:
Running
on
Zero
Running
on
Zero
Update app_v3.py
Browse files
app_v3.py
CHANGED
@@ -145,7 +145,7 @@ def process_image(control_image, user_prompt, system_prompt, scale, steps,
|
|
145 |
yield f"Using caption: {final_prompt}", None, final_prompt
|
146 |
|
147 |
# Show the final prompt being used
|
148 |
-
yield f"Generating with: {final_prompt}", None
|
149 |
|
150 |
# Generate the image
|
151 |
try:
|
|
|
145 |
yield f"Using caption: {final_prompt}", None, final_prompt
|
146 |
|
147 |
# Show the final prompt being used
|
148 |
+
yield f"Generating with: {final_prompt}", None, final_prompt
|
149 |
|
150 |
# Generate the image
|
151 |
try:
|