Spaces:
Runtime error
Runtime error
sandeshrajx
commited on
Commit
•
01a1020
1
Parent(s):
8c872da
Update app.py
Browse files
app.py
CHANGED
@@ -106,14 +106,14 @@ def main():
|
|
106 |
outputs=gr.Video(label="Output Video"),
|
107 |
title="Open-Sora Inference",
|
108 |
description="Run Open-Sora Inference with Custom Parameters",
|
109 |
-
examples=[["OpenSora-v1-16x256x256.pth", "iron man riding a skateboard in new york city"]
|
110 |
-
["OpenSora-v1-16x256x256.pth", "a man is skiing down a snowy mountain. a drone shot from above. an avalanche is chasing him from behind."],
|
111 |
-
["OpenSora-v1-16x256x256.pth", "Extreme close up of a 24 year old woman’s eye blinking, standing in Marrakech during magic hour, cinematic film shot in 70mm, depth of field, vivid colors, cinematic"],
|
112 |
-
["OpenSora-v1-16x256x256.pth", "A gorgeously rendered papercraft world of a coral reef, rife with colorful fish and sea creatures."],
|
113 |
-
["OpenSora-v1-16x256x256.pth", "A close up view of a glass sphere that has a zen garden within it. There is a small dwarf in the sphere who is raking the zen garden and creating patterns in the sand."],
|
114 |
-
["OpenSora-v1-16x256x256.pth", "A petri dish with a bamboo forest growing within it that has tiny red pandas running around."],
|
115 |
-
["OpenSora-v1-16x256x256.pth", "3D animation of a small, round, fluffy creature with big, expressive eyes explores a vibrant, enchanted forest. The creature, a whimsical blend of a rabbit and a squirrel, has soft blue fur and a bushy, striped tail. It hops along a sparkling stream, its eyes wide with wonder. The forest is alive with magical elements: flowers that glow and change colors, trees with leaves in shades of purple and silver, and small floating lights that resemble fireflies. The creature stops to interact playfully with a group of tiny, fairy-like beings dancing around a mushroom ring. The creature looks up in awe at a large, glowing tree that seems to be the heart of the forest."],
|
116 |
-
["OpenSora-v1-16x256x256.pth", "a ferrari driving in a snowy road."]
|
117 |
],
|
118 |
article = """
|
119 |
# Examples
|
|
|
106 |
outputs=gr.Video(label="Output Video"),
|
107 |
title="Open-Sora Inference",
|
108 |
description="Run Open-Sora Inference with Custom Parameters",
|
109 |
+
examples=[["OpenSora-v1-16x256x256.pth", "iron man riding a skateboard in new york city"]
|
110 |
+
# ["OpenSora-v1-16x256x256.pth", "a man is skiing down a snowy mountain. a drone shot from above. an avalanche is chasing him from behind."],
|
111 |
+
# ["OpenSora-v1-16x256x256.pth", "Extreme close up of a 24 year old woman’s eye blinking, standing in Marrakech during magic hour, cinematic film shot in 70mm, depth of field, vivid colors, cinematic"],
|
112 |
+
# ["OpenSora-v1-16x256x256.pth", "A gorgeously rendered papercraft world of a coral reef, rife with colorful fish and sea creatures."],
|
113 |
+
# ["OpenSora-v1-16x256x256.pth", "A close up view of a glass sphere that has a zen garden within it. There is a small dwarf in the sphere who is raking the zen garden and creating patterns in the sand."],
|
114 |
+
# ["OpenSora-v1-16x256x256.pth", "A petri dish with a bamboo forest growing within it that has tiny red pandas running around."],
|
115 |
+
# ["OpenSora-v1-16x256x256.pth", "3D animation of a small, round, fluffy creature with big, expressive eyes explores a vibrant, enchanted forest. The creature, a whimsical blend of a rabbit and a squirrel, has soft blue fur and a bushy, striped tail. It hops along a sparkling stream, its eyes wide with wonder. The forest is alive with magical elements: flowers that glow and change colors, trees with leaves in shades of purple and silver, and small floating lights that resemble fireflies. The creature stops to interact playfully with a group of tiny, fairy-like beings dancing around a mushroom ring. The creature looks up in awe at a large, glowing tree that seems to be the heart of the forest."],
|
116 |
+
# ["OpenSora-v1-16x256x256.pth", "a ferrari driving in a snowy road."]
|
117 |
],
|
118 |
article = """
|
119 |
# Examples
|