Update app.py
Browse files
app.py
CHANGED
|
@@ -147,14 +147,14 @@ m_num=0
|
|
| 147 |
def image_mod(image):
|
| 148 |
global m_num
|
| 149 |
print("image_mod "+str(m_num))
|
| 150 |
-
|
| 151 |
m_num += 1
|
| 152 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 153 |
-
output1=imgTry(proc1,"full body girl "+ppStr,'
|
| 154 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 155 |
-
output1=imgTry(proc1,"full body girl "+ppStr,'
|
| 156 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 157 |
-
output1=imgTry(proc1,"full body girl "+ppStr,'
|
| 158 |
|
| 159 |
"""
|
| 160 |
imgTry(proc2,"full body girl "+ppStr,'save_02_'+str(m_num)+"_"+ppStr+'.jpg')
|
|
|
|
| 147 |
def image_mod(image):
|
| 148 |
global m_num
|
| 149 |
print("image_mod "+str(m_num))
|
| 150 |
+
while True:
|
| 151 |
m_num += 1
|
| 152 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 153 |
+
output1=imgTry(proc1,"full body girl "+ppStr,'bbba_01_'+str(m_num)+"_"+ppStr+'.jpg')
|
| 154 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 155 |
+
output1=imgTry(proc1,"full body girl "+ppStr,'bbbb_01_'+str(m_num)+"_"+ppStr+'.jpg')
|
| 156 |
ppStr=random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)+random.choice(m_ddStr)
|
| 157 |
+
output1=imgTry(proc1,"full body girl "+ppStr,'bbbc_01_'+str(m_num)+"_"+ppStr+'.jpg')
|
| 158 |
|
| 159 |
"""
|
| 160 |
imgTry(proc2,"full body girl "+ppStr,'save_02_'+str(m_num)+"_"+ppStr+'.jpg')
|