AZLABS commited on
Commit
fed41f3
·
verified ·
1 Parent(s): dffab80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="simurg", prompt=modified_prompt, negative_prompt="Dark and gloomy")
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