vumichien commited on
Commit
3131184
1 Parent(s): 0aeb2e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ with demo:
304
  [ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
305
  "a man steps forward and does a handstand",
306
  "a man rises from the ground, walks in a circle and sits back down on the ground"],
307
- label="Examples", inputs=[text_prompt], cache_examples=True, fn=predict, outputs=video_out)
308
 
309
  with gr.Column():
310
  with gr.Row():
 
304
  [ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
305
  "a man steps forward and does a handstand",
306
  "a man rises from the ground, walks in a circle and sits back down on the ground"],
307
+ label="Examples", inputs=[text_prompt])
308
 
309
  with gr.Column():
310
  with gr.Row():