Spaces:
Runtime error
Runtime error
import os | |
examples = [ | |
[os.path.join(os.path.dirname(__file__), "files/cat-in-the-sun.mp4"), | |
'A cat in the grass in the sun.', | |
'A dog in the grass in the sun.'], | |
[os.path.join(os.path.dirname(__file__), "files/surfer-on-wave.mp4"), | |
'A man is surfing inside the barrel of a wave.', | |
'A man is surfing on a wave made of aurora borealis.'], | |
[os.path.join(os.path.dirname(__file__), "files/red-roses-sunny-day.mp4"), | |
'A static shot of red roses in sunlight, gently swaying in the breeze.', | |
'A static shot of red roses in sunlight, gently swaying in the breeze, origami style.'], | |
[os.path.join(os.path.dirname(__file__), "files/earth-full-view.mp4"), | |
'Full view of the Earth as it moves slowly toward the sun.', | |
'Full view of the Earth as it moves slowly through a fireworks display.'], | |
[os.path.join(os.path.dirname(__file__), "files/ship-sailing.mp4"), | |
'A ship sails on the sea during sunset.', | |
'A ship sails on the sea during sunset, 2D vector art.'], | |
[os.path.join(os.path.dirname(__file__), "files/sunset-beach-yoga.mp4"), | |
'A woman does yoga on the beach during sunset.', | |
'A panda does yoga on the beach during sunset.'], | |
[os.path.join(os.path.dirname(__file__), "files/las-vegas-time-lapse.mp4"), | |
'A mesmerizing time-lapse showcasing iconic architectures amidst the cityscape of Las Vegas in night.', | |
'A mesmerizing time-lapse showcasing iconic architectures amidst the cityscape of New York in night.'], | |
[os.path.join(os.path.dirname(__file__), "files/gold-fish.mp4"), | |
'Several goldfish swim in a tank.', | |
'Several sharks swim in a tank.'], | |
[os.path.join(os.path.dirname(__file__), "files/bird-on-feeder.mp4"), | |
'A brown bird sits on a feeder that is being hung by a red string.', | |
'A brown squirrel sits on a feeder that is being hung by a red string.'], | |
[os.path.join(os.path.dirname(__file__), "files/sharks-swimming.mp4"), | |
'Two grey sharks swim in the blue ocean on a coral reef.', | |
'Two quadrotor drones swim in the blue ocean on a coral reef.'], | |
] |