Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -450,6 +450,8 @@ def get_prompts(prompt_text):
|
|
450 |
return gen
|
451 |
|
452 |
def gen_im(prompt,model_choice=5,count=1):
|
|
|
|
|
453 |
t=0
|
454 |
output_list=[]
|
455 |
while t<int(count):
|
|
|
450 |
return gen
|
451 |
|
452 |
def gen_im(prompt,model_choice=5,count=1):
|
453 |
+
if count >4:
|
454 |
+
count =4
|
455 |
t=0
|
456 |
output_list=[]
|
457 |
while t<int(count):
|