Spaces:
Sleeping
Sleeping
Update src/image_gen.py
Browse files- 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")
|