fffiloni commited on
Commit
bf05414
1 Parent(s): 0a53748

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ def get_sdxl(prompt_in):
19
  def infer(portrait_in, prompt_in):
20
  # Generate Image from SDXL
21
  gr.Info("Generating SDXL image first ...")
 
 
22
 
23
  try:
24
  sdxl_result = get_sdxl(prompt_in)
 
19
  def infer(portrait_in, prompt_in):
20
  # Generate Image from SDXL
21
  gr.Info("Generating SDXL image first ...")
22
+
23
+ print(f"USER ASKS FOR: {prompt_in}")
24
 
25
  try:
26
  sdxl_result = get_sdxl(prompt_in)