Genesis
                                
                                
                                
                                    Genesis copied to clipboard
                            
                            
                            
                        AttributeError: module 'genesis' has no attribute 'generate'
I found this project amazing and hope to try out as in the demo video
here is my code:
import genesis as gs
gs.generate("A water droplet drops onto a beer bottle ans then slowly slides down along the bottle surface.")
However, it says:
Traceback (most recent call last):
  File "...\genesis_test.py", line 2, in <module>
    gs.generate("A water droplet drops onto a beer bottle ans then slowly slides down along the bottle surface.")
AttributeError: module 'genesis' has no attribute 'generate'
I have installed genesis-world
Is there anyone facing the same problem and how do you solve it? Thanks!