MatteoScript commited on
Commit
26d2c1d
·
verified ·
1 Parent(s): 96ad53d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -446,6 +446,7 @@ def generate_image(request: Request, input_data: InputImage):
446
  attempt = 0
447
  while attempt < max_attempts:
448
  try:
 
449
  result = client.predict(
450
  input_data.input,
451
  "8-Step",
 
446
  attempt = 0
447
  while attempt < max_attempts:
448
  try:
449
+ print(input_data.input)
450
  result = client.predict(
451
  input_data.input,
452
  "8-Step",