Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,8 +106,8 @@ def main():
|
|
106 |
outputs=gr.Video(label="Output Video"),
|
107 |
title="Open-Sora Inference",
|
108 |
description="Run Open-Sora Inference with Custom Parameters",
|
109 |
-
|
110 |
-
|
111 |
# ["OpenSora-v1-16x256x256.pth", "a man is skiing down a snowy mountain. a drone shot from above. an avalanche is chasing him from behind."],
|
112 |
# ["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"],
|
113 |
# ],
|
|
|
106 |
outputs=gr.Video(label="Output Video"),
|
107 |
title="Open-Sora Inference",
|
108 |
description="Run Open-Sora Inference with Custom Parameters",
|
109 |
+
examples=[
|
110 |
+
["OpenSora-v1-HQ-16x256x256.pth", "iron man riding a skateboard in new york city"]]
|
111 |
# ["OpenSora-v1-16x256x256.pth", "a man is skiing down a snowy mountain. a drone shot from above. an avalanche is chasing him from behind."],
|
112 |
# ["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"],
|
113 |
# ],
|