sandeshrajx commited on
Commit
a9dfd26
·
verified ·
1 Parent(s): fc04da5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -106,11 +106,10 @@ 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=[
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
- # ],
114
  article = """
115
  # Examples
116
 
 
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-HQ-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
+ ],
113
  article = """
114
  # Examples
115