lovelyai999 commited on
Commit
431511b
·
verified ·
1 Parent(s): ca58f2b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ except:
14
  Gbase="./generate/"
15
  cache_dir="./hf/"
16
 
17
- import time,os
18
  hexStamp=lambda :hex(time.time_ns())[2:]
19
  from women1 import randomAction,randomWoman,Woman,woman_description,womanPrompt,ToWomanPrompt,WomanFromString,Translator,TranslatorS,TranslatorC2E,womanPromptUI
20
  from man import randomActionMan,randomMan,Man,man_description,manPrompt,ToManPrompt,ManFromString,manPromptUI,randManWoman
 
14
  Gbase="./generate/"
15
  cache_dir="./hf/"
16
 
17
+ import time,os,json
18
  hexStamp=lambda :hex(time.time_ns())[2:]
19
  from women1 import randomAction,randomWoman,Woman,woman_description,womanPrompt,ToWomanPrompt,WomanFromString,Translator,TranslatorS,TranslatorC2E,womanPromptUI
20
  from man import randomActionMan,randomMan,Man,man_description,manPrompt,ToManPrompt,ManFromString,manPromptUI,randManWoman