Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
0dd5f3f
1
Parent(s):
918f4a0
asd
Browse files- .gitignore +0 -3
- app.py +0 -10
.gitignore
CHANGED
|
@@ -1,13 +1,10 @@
|
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
-
<<<<<<< HEAD
|
| 5 |
benchmark
|
| 6 |
benchmark/*
|
| 7 |
|
| 8 |
|
| 9 |
-
=======
|
| 10 |
-
>>>>>>> hf_release
|
| 11 |
|
| 12 |
*mp4
|
| 13 |
!examples/*.mp4
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
|
|
|
|
| 4 |
benchmark
|
| 5 |
benchmark/*
|
| 6 |
|
| 7 |
|
|
|
|
|
|
|
| 8 |
|
| 9 |
*mp4
|
| 10 |
!examples/*.mp4
|
app.py
CHANGED
|
@@ -33,11 +33,7 @@ NEGATIVE_PROMPT = ''
|
|
| 33 |
height = 480
|
| 34 |
width = 832
|
| 35 |
window_size = 21
|
| 36 |
-
<<<<<<< HEAD
|
| 37 |
# DKT_PIPELINE = DKTPipeline()
|
| 38 |
-
=======
|
| 39 |
-
DKT_PIPELINE = DKTPipeline()
|
| 40 |
-
>>>>>>> hf_release
|
| 41 |
DKT_PIPELINE_14B = DKTPipeline(is14B=True)
|
| 42 |
# DKT_PIPELINE_14B_NORMAL = DKTPipeline(is14B=True, is_depth=False)
|
| 43 |
|
|
@@ -338,15 +334,9 @@ with gr.Blocks(css=css, title="DKT", head=head_html) as demo:
|
|
| 338 |
input_video = gr.Video(label="Input Video", elem_id='video-display-input')
|
| 339 |
|
| 340 |
model_size = gr.Radio(
|
| 341 |
-
<<<<<<< HEAD
|
| 342 |
# choices=["1.3B", "14B"],
|
| 343 |
choices=["14B"],
|
| 344 |
value="14B",
|
| 345 |
-
=======
|
| 346 |
-
choices=["1.3B", "14B"],
|
| 347 |
-
# choices=["1.3B"],
|
| 348 |
-
value="1.3B",
|
| 349 |
-
>>>>>>> hf_release
|
| 350 |
label="Model Size"
|
| 351 |
)
|
| 352 |
|
|
|
|
| 33 |
height = 480
|
| 34 |
width = 832
|
| 35 |
window_size = 21
|
|
|
|
| 36 |
# DKT_PIPELINE = DKTPipeline()
|
|
|
|
|
|
|
|
|
|
| 37 |
DKT_PIPELINE_14B = DKTPipeline(is14B=True)
|
| 38 |
# DKT_PIPELINE_14B_NORMAL = DKTPipeline(is14B=True, is_depth=False)
|
| 39 |
|
|
|
|
| 334 |
input_video = gr.Video(label="Input Video", elem_id='video-display-input')
|
| 335 |
|
| 336 |
model_size = gr.Radio(
|
|
|
|
| 337 |
# choices=["1.3B", "14B"],
|
| 338 |
choices=["14B"],
|
| 339 |
value="14B",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 340 |
label="Model Size"
|
| 341 |
)
|
| 342 |
|