Spaces:
Runtime error
Runtime error
Commit
·
9acea29
1
Parent(s):
fb85cfd
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,6 @@ with demo:
|
|
77 |
text = gr.Textbox(placeholder='human, human head, brain, brain in a computer, humanoid robot', label='input a comma-separated list of terms')
|
78 |
button_gen_video = gr.Button("Generate Video")
|
79 |
output_interpolation = gr.Video(label="Generated Video")
|
80 |
-
button_gen_video.click(fn=generate_interpolation, inputs=
|
81 |
|
82 |
demo.launch(debug=True, enable_queue=True)
|
|
|
77 |
text = gr.Textbox(placeholder='human, human head, brain, brain in a computer, humanoid robot', label='input a comma-separated list of terms')
|
78 |
button_gen_video = gr.Button("Generate Video")
|
79 |
output_interpolation = gr.Video(label="Generated Video")
|
80 |
+
button_gen_video.click(fn=generate_interpolation, inputs=text, outputs=output_interpolation)
|
81 |
|
82 |
demo.launch(debug=True, enable_queue=True)
|