Spaces:
Runtime error
Runtime error
Commit
·
eb1a0ed
1
Parent(s):
ec03107
Update app.py
Browse files
app.py
CHANGED
|
@@ -684,6 +684,9 @@ Redistribution and use for non-commercial purposes should follow this license.
|
|
| 684 |
If you have any questions, please feel free to reach me out at <b>[email protected]</b>.
|
| 685 |
"""
|
| 686 |
|
|
|
|
|
|
|
|
|
|
| 687 |
block = gr.Blocks().queue()
|
| 688 |
with block:
|
| 689 |
with gr.Row():
|
|
@@ -927,6 +930,7 @@ with block:
|
|
| 927 |
cache_examples=True)
|
| 928 |
|
| 929 |
gr.Markdown(ARTICLE)
|
|
|
|
| 930 |
|
| 931 |
def input_uploaded(path):
|
| 932 |
frame_count = get_frame_count(path)
|
|
|
|
| 684 |
If you have any questions, please feel free to reach me out at <b>[email protected]</b>.
|
| 685 |
"""
|
| 686 |
|
| 687 |
+
FOOTER = '<div align=center><img id="visitor-badge" alt="visitor badge" src="https://visitor-badge.laobi.icu/badge?page_id=williamyang1991/Rerender_A_Video" /></div>'
|
| 688 |
+
|
| 689 |
+
|
| 690 |
block = gr.Blocks().queue()
|
| 691 |
with block:
|
| 692 |
with gr.Row():
|
|
|
|
| 930 |
cache_examples=True)
|
| 931 |
|
| 932 |
gr.Markdown(ARTICLE)
|
| 933 |
+
gr.Markdown(FOOTER)
|
| 934 |
|
| 935 |
def input_uploaded(path):
|
| 936 |
frame_count = get_frame_count(path)
|