Skip to content

Instantly share code, notes, and snippets.

@elijahbenizzy
Created January 3, 2024 01:03
Show Gist options
  • Save elijahbenizzy/4a8c0cffb48bb3aa160540afe6f1bf50 to your computer and use it in GitHub Desktop.
Save elijahbenizzy/4a8c0cffb48bb3aa160540afe6f1bf50 to your computer and use it in GitHub Desktop.
caption_images = dataflows.import_module("caption_images", "elijahbenizzy")
generate_images = dataflows.import_module("generate_images", "elijahbenizzy")
dr = driver.Driver({"include_embeddings" : True}, caption_images, generate_images)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment