LPX55 commited on
Commit
06b848c
·
verified ·
1 Parent(s): 85e57ee

Update app_v3.py

Browse files
Files changed (1) hide show
  1. app_v3.py +1 -1
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: