Karumoon commited on
Commit
7791875
·
1 Parent(s): cef1081

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- #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,'savea_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,'saveb_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,'savec_01_'+str(m_num)+"_"+ppStr+'.jpg')
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')