Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,7 @@ class Text2Video:
|
|
72 |
LOGGER.info(f"Modified prompt for Hercai: {modified_prompt}")
|
73 |
|
74 |
# Generate the image using Hercai
|
75 |
-
image_result = self.herc.draw_image(model="
|
76 |
# Extract the image URL from the result
|
77 |
image_url = image_result["url"]
|
78 |
|
|
|
72 |
LOGGER.info(f"Modified prompt for Hercai: {modified_prompt}")
|
73 |
|
74 |
# Generate the image using Hercai
|
75 |
+
image_result = self.herc.draw_image(model="v3", prompt=modified_prompt, negative_prompt="Dark and gloomy")
|
76 |
# Extract the image URL from the result
|
77 |
image_url = image_result["url"]
|
78 |
|