jeremyrmanning commited on
Commit
850db28
1 Parent(s): 967d5a3

update instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def generate_interpolation(text, fps=7, steps=4):
62
  demo = gr.Blocks()
63
 
64
  with demo:
65
- text = gr.Textbox(placeholder='human, human brain, brain in a computer, humanoid robot', label='Input a comma-separated list of terms:')
66
  button = gr.Button("Generate Video")
67
  output = gr.Video(label="Generated Video")
68
 
 
62
  demo = gr.Blocks()
63
 
64
  with demo:
65
+ text = gr.Textbox(placeholder='human, human brain, brain in a computer, humanoid robot', label='Input a comma-separated list of terms or (brief) descriptions:')
66
  button = gr.Button("Generate Video")
67
  output = gr.Video(label="Generated Video")
68