Spaces:
Runtime error
Runtime error
Missing import (#5)
Browse files- Missing import (6747bdc9cc569b4997c2590fcec4fc0253ac72e0)
Co-authored-by: Fabrice TIERCELIN <[email protected]>
app.py
CHANGED
|
@@ -11,6 +11,7 @@ from PIL import Image
|
|
| 11 |
|
| 12 |
import uuid
|
| 13 |
import random
|
|
|
|
| 14 |
from huggingface_hub import hf_hub_download
|
| 15 |
|
| 16 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|
|
|
|
| 11 |
|
| 12 |
import uuid
|
| 13 |
import random
|
| 14 |
+
import spaces
|
| 15 |
from huggingface_hub import hf_hub_download
|
| 16 |
|
| 17 |
pipe = StableVideoDiffusionPipeline.from_pretrained(
|