Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,5 +78,5 @@ with demo:
|
|
| 78 |
output_interpolation = gr.Video(label="Generated Video")
|
| 79 |
|
| 80 |
button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
|
| 81 |
-
|
| 82 |
-
demo.launch(debug=True, enable_queue=True)
|
|
|
|
| 78 |
output_interpolation = gr.Video(label="Generated Video")
|
| 79 |
|
| 80 |
button_gen_video.click(fn=generate_interpolation, inputs=input_start_text, outputs=output_interpolation)
|
| 81 |
+
examples=[["Three yellow nape amazon parrots dance and celebrate a birthday."],["Two horses trot together across a sunset landscape green field"]]
|
| 82 |
+
demo.launch(debug=True, examples=examples, enable_queue=True)
|