Spaces:
Build error
Build error
Commit
·
2096073
1
Parent(s):
d093aa4
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,6 @@ def main():
|
|
98 |
|
99 |
with gr.Column():
|
100 |
result = gr.Video(type="file", label="Output")
|
101 |
-
gr.Markdown(FOOTER)
|
102 |
generate_button.click(fn=inference,
|
103 |
inputs=[
|
104 |
input_image,
|
|
|
98 |
|
99 |
with gr.Column():
|
100 |
result = gr.Video(type="file", label="Output")
|
|
|
101 |
generate_button.click(fn=inference,
|
102 |
inputs=[
|
103 |
input_image,
|