Update app.py
Browse files
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"
|
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:
|