Technology Manias
Results
2
comments of
Technology Manias
Close this thread. The code of the plugin was wrong which i updated. The plugin was creating the ZIP in the source so again ZIP in the ZIP on the...
Generating an Image will required login -> ``` from meta_ai_api import MetaAI ai = MetaAI(fb_email="your_fb_email", fb_password="your_fb_password") resp = ai.prompt(message="Generate an image of a tech CEO") print(resp) ``` Thanks in advance...