Spaces:
Running
on
Zero
Running
on
Zero
xierui.0097
commited on
Commit
·
48af642
1
Parent(s):
d673498
Add application file
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def venhancer_demo(result_dir="./tmp/"):
|
|
24 |
gr.Markdown(
|
25 |
"<div align='center'> <h1> VEnhancer </span> </h1> \
|
26 |
<a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2407.07667'> [ArXiv] </a>\
|
27 |
-
<a style='font-size:18px;color: #000000' href='https://
|
28 |
-
<a style='font-size:18px;color: #000000' href='https://github.com/
|
29 |
)
|
30 |
with gr.Tab(label="VEnhancer"):
|
31 |
with gr.Column():
|
@@ -35,18 +35,6 @@ def venhancer_demo(result_dir="./tmp/"):
|
|
35 |
input_video = gr.Video(label="Input Video", elem_id="input_video")
|
36 |
with gr.Row():
|
37 |
input_text = gr.Text(label="Prompts")
|
38 |
-
with gr.Row():
|
39 |
-
up_scale = gr.Slider(
|
40 |
-
minimum=1.0, maximum=8.0, step=0.1, label="up scale", value=4, elem_id="up_scale"
|
41 |
-
)
|
42 |
-
with gr.Row():
|
43 |
-
target_fps = gr.Slider(
|
44 |
-
minimum=8, maximum=60, step=1, elem_id="target_fps", label="target fps", value=24
|
45 |
-
)
|
46 |
-
with gr.Row():
|
47 |
-
noise_aug = gr.Slider(
|
48 |
-
minimum=50, maximum=300, step=1, elem_id="noise_aug", label="noise aug", value=250
|
49 |
-
)
|
50 |
end_btn = gr.Button("Generate")
|
51 |
with gr.Row():
|
52 |
output_video = gr.Video(
|
|
|
24 |
gr.Markdown(
|
25 |
"<div align='center'> <h1> VEnhancer </span> </h1> \
|
26 |
<a style='font-size:18px;color: #000000' href='https://arxiv.org/abs/2407.07667'> [ArXiv] </a>\
|
27 |
+
<a style='font-size:18px;color: #000000' href='https://yhliu04.github.io/STAR/'> [Project Page] </a> \
|
28 |
+
<a style='font-size:18px;color: #000000' href='https://github.com/NJU-PCALab/STAR'> [Github] </a> </div>"
|
29 |
)
|
30 |
with gr.Tab(label="VEnhancer"):
|
31 |
with gr.Column():
|
|
|
35 |
input_video = gr.Video(label="Input Video", elem_id="input_video")
|
36 |
with gr.Row():
|
37 |
input_text = gr.Text(label="Prompts")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
end_btn = gr.Button("Generate")
|
39 |
with gr.Row():
|
40 |
output_video = gr.Video(
|