Spaces:
Running
on
Zero
Running
on
Zero
modify path
Browse files- .gitignore +2 -1
- app.py +4 -4
- requirements.txt +0 -4
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
results/*
|
|
|
|
1 |
+
results/*
|
2 |
+
results_all/*
|
app.py
CHANGED
@@ -121,13 +121,13 @@ if __name__ == "__main__":
|
|
121 |
|
122 |
examples_inference = [
|
123 |
['results/pan_up/source.mp4', 'A flora garden.', 'camera', 'pan_up/checkpoint'],
|
124 |
-
['results/dolly_zoom/source.mp4','A firefighter standing in front of a burning forest captured with a dolly zoom.','camera','dolly_zoom/checkpoint
|
125 |
-
['results/orbit_shot/source.mp4','A micro graden with orbit shot','camera','orbit_shot/checkpoint
|
126 |
|
127 |
['results/walk/source.mp4', 'A elephant walking in desert', 'object', 'walk/checkpoint'],
|
128 |
-
['results/santa_dance/source.mp4','A skeleton in suit is dancing with his hands','object','santa_dance/checkpoint
|
129 |
['results/car_turn/source.mp4','A toy train chugs around a roundabout tree','object','car_turn/checkpoint'],
|
130 |
-
['results/train_ride/source.mp4','A motorbike driving in a forest','object','train_ride/checkpoint
|
131 |
]
|
132 |
|
133 |
# 创建Gradio界面
|
|
|
121 |
|
122 |
examples_inference = [
|
123 |
['results/pan_up/source.mp4', 'A flora garden.', 'camera', 'pan_up/checkpoint'],
|
124 |
+
['results/dolly_zoom/source.mp4','A firefighter standing in front of a burning forest captured with a dolly zoom.','camera','dolly_zoom/checkpoint'],
|
125 |
+
['results/orbit_shot/source.mp4','A micro graden with orbit shot','camera','orbit_shot/checkpoint'],
|
126 |
|
127 |
['results/walk/source.mp4', 'A elephant walking in desert', 'object', 'walk/checkpoint'],
|
128 |
+
['results/santa_dance/source.mp4','A skeleton in suit is dancing with his hands','object','santa_dance/checkpoint'],
|
129 |
['results/car_turn/source.mp4','A toy train chugs around a roundabout tree','object','car_turn/checkpoint'],
|
130 |
+
['results/train_ride/source.mp4','A motorbike driving in a forest','object','train_ride/checkpoint'],
|
131 |
]
|
132 |
|
133 |
# 创建Gradio界面
|
requirements.txt
CHANGED
@@ -1,8 +1,4 @@
|
|
1 |
-
accelerate
|
2 |
-
diffusers
|
3 |
invisible_watermark
|
4 |
-
torch
|
5 |
-
transformers
|
6 |
xformers
|
7 |
accelerate==1.0.1
|
8 |
antlr4-python3-runtime==4.9.3
|
|
|
|
|
|
|
1 |
invisible_watermark
|
|
|
|
|
2 |
xformers
|
3 |
accelerate==1.0.1
|
4 |
antlr4-python3-runtime==4.9.3
|