Spaces:
Runtime error
Runtime error
Commit
·
4a90bbb
1
Parent(s):
e1e8ba4
change default prompts
Browse files
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='
|
77 |
-
x2 = gr.Textbox(placeholder='
|
78 |
-
x3 = gr.Textbox(placeholder='
|
79 |
-
x4 = gr.Textbox(placeholder='
|
80 |
-
x5 = gr.Textbox(placeholder='
|
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")
|