Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
β’
391c8f3
1
Parent(s):
c353fff
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
161 |
# num_frames,
|
162 |
# num_inference_steps,
|
163 |
]
|
164 |
-
gr.Examples(examples=[["Astronaut riding a horse",
|
165 |
inputs=inputs,
|
166 |
outputs=result,
|
167 |
fn=get_video,
|
|
|
161 |
# num_frames,
|
162 |
# num_inference_steps,
|
163 |
]
|
164 |
+
gr.Examples(examples=[["Astronaut riding a horse", 10431]],
|
165 |
inputs=inputs,
|
166 |
outputs=result,
|
167 |
fn=get_video,
|