Spaces:
Paused
Paused
Remove gr.Examples to fix runtime error
Browse files
app.py
CHANGED
|
@@ -141,13 +141,5 @@ with gr.Blocks(title="Video Generator") as demo:
|
|
| 141 |
outputs=[video_output, seed_output]
|
| 142 |
)
|
| 143 |
|
| 144 |
-
gr.Examples(
|
| 145 |
-
examples=[
|
| 146 |
-
["https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/astronaut.jpg",
|
| 147 |
-
"The astronaut waves at the camera while floating in space", "", 49, 6.0, 50, 42],
|
| 148 |
-
],
|
| 149 |
-
inputs=[image_input, prompt_input, negative_prompt, num_frames, guidance_scale, num_steps, seed_input],
|
| 150 |
-
)
|
| 151 |
-
|
| 152 |
if __name__ == "__main__":
|
| 153 |
demo.launch()
|
|
|
|
| 141 |
outputs=[video_output, seed_output]
|
| 142 |
)
|
| 143 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
if __name__ == "__main__":
|
| 145 |
demo.launch()
|