Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ pipe = StableVideoDiffusionPipeline.from_pretrained(
|
|
29 |
original_model_id,
|
30 |
torch_dtype=torch.float16,
|
31 |
variant="fp16",
|
32 |
-
|
33 |
)
|
34 |
|
35 |
cache_dir = os.path.join(os.path.expanduser("~"), ".cache/huggingface/diffusers")
|
|
|
29 |
original_model_id,
|
30 |
torch_dtype=torch.float16,
|
31 |
variant="fp16",
|
32 |
+
# use_auth_token=hf_token
|
33 |
)
|
34 |
|
35 |
cache_dir = os.path.join(os.path.expanduser("~"), ".cache/huggingface/diffusers")
|