Hieucyber2208 commited on
Commit
4488c62
·
verified ·
1 Parent(s): 61bfa97

Update src/image_gen.py

Browse files
Files changed (1) hide show
  1. src/image_gen.py +0 -1
src/image_gen.py CHANGED
@@ -121,6 +121,5 @@ def image_gen(number_of_images = 3,detail_level = "short", perspective="neutral"
121
  print(f"Thử lại sau {wait_time:.2f} giây...")
122
  time.sleep(wait_time)
123
  index += 1
124
- os.remove("./text/text.txt")
125
  if __name__ == "__main__":
126
  image_gen(number_of_images = 3, detail_level="short", perspective="neutral", emotion="sad", time_setting="classic", art_style="realistic", style="anime", color_palette="monochrome")
 
121
  print(f"Thử lại sau {wait_time:.2f} giây...")
122
  time.sleep(wait_time)
123
  index += 1
 
124
  if __name__ == "__main__":
125
  image_gen(number_of_images = 3, detail_level="short", perspective="neutral", emotion="sad", time_setting="classic", art_style="realistic", style="anime", color_palette="monochrome")