jeremyrmanning commited on
Commit
4a90bbb
·
1 Parent(s): e1e8ba4

change default prompts

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -73,11 +73,11 @@ def generate_interpolation(text, n=4):
73
 
74
  demo = gr.Blocks()
75
  with demo:
76
- x1 = gr.Textbox(placeholder='brain', label='Text 1')
77
- x2 = gr.Textbox(placeholder='salmon', label='Text 2')
78
- x3 = gr.Textbox(placeholder='racecar', label='Text 3')
79
- x4 = gr.Textbox(placeholder='iguana riding a motorcycle', label='Text 4')
80
- x5 = gr.Textbox(placeholder='computer in space', label='Text 5')
81
 
82
  button_gen_video = gr.Button("Generate Video")
83
  output_interpolation = gr.Video(label="Generated Video")
 
73
 
74
  demo = gr.Blocks()
75
  with demo:
76
+ x1 = gr.Textbox(placeholder='human', label='Text 1')
77
+ x2 = gr.Textbox(placeholder='human head', label='Text 2')
78
+ x3 = gr.Textbox(placeholder='brain', label='Text 3')
79
+ x4 = gr.Textbox(placeholder='brain in a computer', label='Text 4')
80
+ x5 = gr.Textbox(placeholder='humanoid robot', label='Text 5')
81
 
82
  button_gen_video = gr.Button("Generate Video")
83
  output_interpolation = gr.Video(label="Generated Video")