Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def imagebb(prompt, img, seed):
|
|
92 |
print(r)
|
93 |
bbtries += 1
|
94 |
print(bbtries)
|
95 |
-
if bbtries <
|
96 |
return imagebb(prompt, img, seed)
|
97 |
else:
|
98 |
bbtries = 0
|
|
|
92 |
print(r)
|
93 |
bbtries += 1
|
94 |
print(bbtries)
|
95 |
+
if bbtries < 2:
|
96 |
return imagebb(prompt, img, seed)
|
97 |
else:
|
98 |
bbtries = 0
|