greendra commited on
Commit
86e1aa8
·
verified ·
1 Parent(s): 6a3528b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ def query(prompt, negative_prompt="", steps=4, cfg_scale=0, seed=-1, width=1024,
192
  # *** SUCCESS LOG *** (Updated format)
193
  print("SUCCESS:")
194
  print(f" Prompt: '{original_prompt}'")
195
- print(f" URL: '{arinteli_url}'\n") # Add newline
196
  return image, download_html
197
 
198
  except (OSError, IOError) as save_err:
 
192
  # *** SUCCESS LOG *** (Updated format)
193
  print("SUCCESS:")
194
  print(f" Prompt: '{original_prompt}'")
195
+ print(f" {arinteli_url}\n") # Add newline
196
  return image, download_html
197
 
198
  except (OSError, IOError) as save_err: