Spaces:
Running
on
L40S
Running
on
L40S
Upload app_hg.py with huggingface_hub
Browse files
app_hg.py
CHANGED
|
@@ -240,7 +240,7 @@ def stage_2_i2v(image, seed, step, save_folder):
|
|
| 240 |
show_img = Image.fromarray(show_img)
|
| 241 |
return views_img, cond_img, show_img
|
| 242 |
|
| 243 |
-
@
|
| 244 |
def stage_3_v23(
|
| 245 |
views_pil,
|
| 246 |
cond_pil,
|
|
|
|
| 240 |
show_img = Image.fromarray(show_img)
|
| 241 |
return views_img, cond_img, show_img
|
| 242 |
|
| 243 |
+
@spaces.GPU
|
| 244 |
def stage_3_v23(
|
| 245 |
views_pil,
|
| 246 |
cond_pil,
|