Jordan Legg commited on
Commit
913daca
1 Parent(s): 3300755

commented out printing full prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def infer(
71
  ) -> Tuple[Any, int]:
72
  # Prepend style prompt to user input
73
  FULL_PROMPT = f"{STYLE_PROMPT} {prompt}"
74
- print(f"Generating image with prompt: {FULL_PROMPT}")
75
 
76
  if randomize_seed:
77
  seed = get_random_seed()
 
71
  ) -> Tuple[Any, int]:
72
  # Prepend style prompt to user input
73
  FULL_PROMPT = f"{STYLE_PROMPT} {prompt}"
74
+ # print(f"Generating image with prompt: {FULL_PROMPT}")
75
 
76
  if randomize_seed:
77
  seed = get_random_seed()