Spaces:
Runtime error
Runtime error
jeremyrmanning
commited on
Commit
•
967d5a3
1
Parent(s):
5d43c4a
change default prompt
Browse files
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, 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:')
|
66 |
button = gr.Button("Generate Video")
|
67 |
output = gr.Video(label="Generated Video")
|
68 |
|