Spaces:
Build error
Build error
Update main.py
Browse files
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",
|